Diego
Guest
|
Posted:
Fri Jan 14, 2005 1:39 am Post subject:
MCMS Site Without javascript |
|
|
Hi
I have a problem becuase my site should be browsable without javascript.
And for that reason i use <input type="submit", but when i put out javascript
my page don´t work when i want to submit, because then form have in the
action attribute an url that don´t exists.
I tried to change this attribute from the template but don´t work,
because, i think that is MCMS who put that.
this attribute look like this action="form_sug.aspx?NRMODE=Published&NR.......
And form_sug is the name of the template but not of the posting
My question is if i have a way to change this thing, or if I could put an
static page in the site that no deepends of yhe MCMS
thanks Diego |
|
Stefan [MSFT]
Guest
|
Posted:
Fri Jan 14, 2005 1:45 am Post subject:
Re: MCMS Site Without javascript |
|
|
Hi Diego,
a workaround for this problem is to use a httpmodule that updates the html
content.
You could adjust the following one:
http://blogs.msdn.com/stefan_gossner/archive/2004/04/29/122527.aspx
The modification needs to ensure that the code that is currently executed
only for Mac is executed for all clients.
This will ensure that the action tag is correct.
Cheers,
Stefan
"Diego" <Diego@discussions.microsoft.com> wrote in message
news:21C83245-44B4-4776-BA4F-6FDA62014DF2@microsoft.com...
| Quote: | Hi
I have a problem becuase my site should be browsable without javascript.
And for that reason i use <input type="submit", but when i put out
javascript
my page don´t work when i want to submit, because then form have in the
action attribute an url that don´t exists.
I tried to change this attribute from the template but don´t work,
because, i think that is MCMS who put that.
this attribute look like this
action="form_sug.aspx?NRMODE=Published&NR.......
And form_sug is the name of the template but not of the posting
My question is if i have a way to change this thing, or if I could put an
static page in the site that no deepends of yhe MCMS
thanks Diego |
|
|