PDA

View Full Version : getURL with Javascript



morse
July 29th, 2003, 01:26 PM
hum hum

getURL("javascript:newWin('http://www.morsedesigns.com/images/untitled4.jpg','untitled4','700','500','yes','no')");

Can I link to a jpg image in this way? It doesn't seem to work.

lostinbeta
July 29th, 2003, 02:06 PM
http://www.morsedesigns.com/images/untitled4.jpg <--- that is a broken URL for me.... could be why it doesn't work :-\


edit: Hmm... now it works.. what the heck?


It should work fine then.

DigitalPimp
July 29th, 2003, 02:09 PM
Just make sure your Javascript is working on the front-end... Nice image also.

morse
July 29th, 2003, 02:34 PM
Lost: It better work, I stole the script from one of your old posts. Maybe the reason it didn't work when I tested it was my darnm server was down :(

DP: Thanks! :)

morse
July 29th, 2003, 03:02 PM
You know lost, its still not working...

reverendflash
July 29th, 2003, 03:31 PM
have you put the corresponding code in the head of the HTML page?

Revhttp://www.aulman.com/rev.gif

lostinbeta
July 29th, 2003, 04:16 PM
Well if it is from my pop-up code in about 1billion other previous posts, then I know it works :beam:

Soo... since I don't see anything directly wrong with the getURL, did you edit anything in the javascript in the HTML page?