Forum: JavaScript / DHTML / AJAX Nov 20th, 2008 |
| Replies: 4 Views: 1,586 WHAT THE HELL?
I resolved it by accident. I almost gave up.
I simply moved the <script> references
from the <head> of the Master Page
into the <body><form> tag
and it worked... |
Forum: JavaScript / DHTML / AJAX Nov 20th, 2008 |
| Replies: 4 Views: 1,586 Aw, yes, sorry.
this is my master Page:
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
<title>my web</title>
<link... |
Forum: JavaScript / DHTML / AJAX Nov 19th, 2008 |
| Replies: 4 Views: 1,586 lol 230 views, and nobody can help?
maybe it is a big problem, or was I misunderstood? |
Forum: JavaScript / DHTML / AJAX Nov 8th, 2008 |
| Replies: 4 Views: 1,586 Hi, I'm having this problem and can't get a solution anywhere.
-- <Introduction:>
I have a master page, then I have a content page which contains a little login form wrapped in <div... |