-
Html Onclick Event
Is it possible to force the display of "another" htm file from an active one. That is, in htm file foo do something like IF (BAR) THEN SHOW XXX.HTM. This could be done off the ONCLICK event, but I have no idea of how to use it. Any help would be appreciated.
-
You can show the other file (in an iframe or something), but you cannot run a script from it. Although, if it is a script that you want to run. then save the script in an external file and make both files read the same file. Then both files can run the functions.
-
Acidic, thanks for the reply.
I am very "green" with HTML and your response is beyond me. Not your fault, my fault. Any HTML code snipets would be helpful.
-
Well. Could you please be a bit more specific in that case? What from the other page do you want it to do?