• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Code Problems

[lhomme]

New Member
Try clicking on some of the game links. It works fine for me in Opera but doesnt seem to work in IE6. I've also repeately refreshed and deleted my temp internet files so I dont think thats the problem.
 

is0lized

See Below
here try this :D

Code:
<!--

function cam() {
flyout=window.open("rcam.php","webcam","resizable=no,scrollbars=yes,menubar=no,status=no,directories=no,width=363,height=420");
}

//-->
Code:
<a href="javascript:cam()">
 

meow

Rebutted, enshrined
NLC
As it says: line 11 char 28, not closed string (or whatever it says in English). You lack a quote. (The beginning quote around the window features.)
 

meow

Rebutted, enshrined
NLC
I still get nagged about not closed strings...ahem, you have hard line breaks in the code in every function.

function asteriods() {
flyout=window.open("games/asteriod.htm","SpaceFighter","resizable=no,scrollbars=no,
menubar=no,status=no,directories/*** HERE ***/
=no,width=300,height=400");
 
Last edited:
Top