Forum Moderators: open
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!
>>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