Need help...
I've made an asp code to read a form a send info. to a db.
In a step of de code i made an information pop-up, the pop-up has an ok button.
"Response.Write("<script language=VBScript>")
Response.Write("MsgBox """&msgi&" "&appname&" "&msgf&"""</script>")
"
Now the problem: i would like to make a reload to the form when i press the OK button. Is it possible? And that code would go where. In the asp or in the form (in html)?
Thks
One more thing i'm very noobie in Webdesign and sorry for my bad english :P