Click to See Complete Forum and Search --> : Javascript or some other problem.


palmysan
02-22-2005, 08:15 AM
http://www.carolmarando.com/New/HTML/beads.html

Making this site for a friend of a friend, and for some unknown reason, the pages using javascript (to make popup sized windows for fullview) dont show up for her? Im thinking she doesn't have javascript or outdated IE? Im lost, it works for EVERYONE else ive asked to test.

If it turns out she just cant get it to work, what other method could/do you think i should use? Just open normal window?

PS: i know the site is crap, and the coding is worse, but hey, its all i can do at this stage :P

Thanks for your help in the hope you will!

Stephen Philbin
02-22-2005, 08:17 AM
Could be anything from using a web browser with the disalow popups option enabled to a firewall being installed that blocks 'em. I know Norton firewall blocks popups.

palmysan
02-22-2005, 08:24 AM
She runs 98, no popup blocker, no firewall.

the tree
02-22-2005, 08:40 AM
You seem to have repeated <!-- Begin before every function, you just need <!-- before the script starts and //-->when it finishes. Alhtough if you want this to work for users without javascript then try try something along the lines of:<a href="fulsize1.htm" target="_blank" onclick="fullsize8(); reutrn false;">

palmysan
02-22-2005, 09:14 AM
hmm i see what your getting it...But cant really make it work

Is it possible to make it link so, if you have javascript, it loads it, if not, it just opens up a normal new window?

Thanks for the help so far mate :)

EDIT: <a href="fullsize/8.html" target="_blank" onclick="fullsize8(); return false;">

is seeming to work as far as javascript is concerned. If java isn't enabled will it just open normally in a winow?

palmysan
02-22-2005, 09:19 AM
Hmmm, i think it just might work. When i try to open the page normally in IE, the fullsizes open in a normal window. When i turn off popup blocker, the javascript works. Might be an indication that its working.
Ah well. If only everyone used firefox :D