Question:

<span title="Tryit_view.asp?filename=tryjsref_date">Tryit_view.asp?filename=t...</span> what does the question mark indicate? Please explain the filename = too?

by Guest62612  |  earlier

0 LIKES UnLike

Need help with the ASP code that will take the user input from the following text area:

<form action="tryit_view.asp" method="post" target="view">

<input name="submit" type="submit" >

<textarea name="code"">

<html>

<body>

<script type="text/javascript">

document.write(Date());

</script>

</body>

</html>

</textarea>

and display the results in this iframe:

<iframe name="view" src="tryit_view.asp?filename=tryjsref_da...

</form>

 Tags:

   Report

1 ANSWERS


  1. You can solve this by putting the ASP in the included file.... oopps! You figured that out already.

    You are very welcome!

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.