/    Sign up×
Community /Pin to ProfileBookmark

Picture In Pop-up…help!!!

i open a pop-up and I want to add a picture in it,how do I do that?,I give you the script of the pop-up

var myW = window.open(“NEL INGLES – ANSWERS”,”finalAnswers”,” width=400,height=400,scrollbars=yes,menubar=no,resizable=yes”);
myW.moveTo(screen.width/4, screen.height/8);
myW.document.write(finalAnswers);
finalAnswers=””;
//–>

to post a comment
JavaScript

5 Comments(s)

Copy linkTweet thisAlerts:
@JonaJun 18.2003 — [font=courier new]

var myW = window.open("image.jpg","image name","width=400,height=400,scrollbars=yes,menubar=no,res

izable=yes");

myW.moveTo(screen.width/4, screen.height/8);

[/font]

[b]Jona[/b]
Copy linkTweet thisAlerts:
@moshlpauthorJun 18.2003 — it doesn´t work,the image seems to appear but hen disappears.

http://nelingles.com/cancion3_avril_complicated.htm

here is the link, fill any gap, press CHECK YOUR WORK and then WHAT WAS WRONG,and I want the pic to appear in the pop-up with the answers.Here is the modified script.

var myW = window.open("/images/song_avril.gif","finalAnswers"," width=400,height=400,scrollbars=yes,menubar=no,resizable=yes");

myW.moveTo(screen.width/4, screen.height/8);

myW.document.write(finalAnswers);

finalAnswers="";
Copy linkTweet thisAlerts:
@JonaJun 18.2003 — [font=arial][color=maroon]That is because you're using document.write() to write text. Try this:[/color][/font]

[font=courier new]

var myW = window.open("","finalAnswers"," width=400,height=400,scrollbars=yes,menubar=no,res

izable=yes");

myW.moveTo(screen.width/4, screen.height/8);

myW.document.write("<img src='/images/song_avril.gif'><br>"+finalAnswers);

finalAnswers="";

[/font]

[b]Jona[/b]
Copy linkTweet thisAlerts:
@moshlpauthorJun 18.2003 — great,thanx
Copy linkTweet thisAlerts:
@JonaJun 18.2003 — [font=arial][color=green]You're welcome.[/color][/font]

[b]Jona[/b]
×

Success!

Help @moshlp spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...