Forum Moderators: open

Message Too Old, No Replies

javascript!

         

jbhavin

12:31 pm on Sep 19, 2003 (gmt 0)

10+ Year Member



How do i open a window with some text which i have already entered in it, onclick of a link?

Alternative Future

12:34 pm on Sep 19, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Sorry but could you provide a little more detail to your question?

Are you using Forms to pass the 'text' from one window to the other?

-gs

jbhavin

12:36 pm on Sep 19, 2003 (gmt 0)

10+ Year Member



hey hi ,

seei dont have to pass something...

if user clicks a link on my page, jus that a window opens and the text which i have already entered should appear!

I thought that onclick i create one more html page, but thats to tedious!

example: say i have a link about some news , on clicking that news a window with the new detail should open, so something like an Applet!

korkus2000

12:45 pm on Sep 19, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Where are you entering the text?

Alternative Future

12:50 pm on Sep 19, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



>>seei dont have to pass something...
So the new page is a static html page created with the greater detail of content?

>>if user clicks a link on my page, jus that a window opens and the text which i have already entered should appear!
The text you have already entered, this text again falls into a static html page yeah? When you say 'you' have entered you mean 'you' the author or you the visitor to the site?

>>I thought that onclick i create one more html page, but thats to tedious!
Tedious? but if this new page has more detail that you wish to show to the user, where else can you put it? IFrames with Hide and Show CSS?

>>example: say i have a link about some news , on clicking that news a window with the new detail should open, so something like an Applet!
Applet so you are creating a java class applet to display your news detail, in a new window?

Am sorry but am at a loss here :(

-gs