Hello everyone!

I got some questions:

I have a <form> and action for this form is &(midgard.self);,
<!-- BTW (is there any docs for these &(midgard.self); , &(host.images); ?) -->
and it look like this:
<Form action="&(midgard.self);">
<Input type="hidden" name="action" value="mypageelement">
I got output:
<Form action="">
<Input type="hidden" name="action" value="mypageelement"> 
This works fine, but if I only write this like that:
print ('
<Form action="&(midgard.self);">
<Input type="hidden" name="action" value="mypageelement"> ');
I got output:
<Form action=&(midgard.self);>
<Input type="hidden" name="action" value="mypageelement"> 
Any idea?

And next stupid question.
When my links are "http://myhost/page/?action=someaction";
Sometimes only Netscape displays empty page. When You see "view source"
You can see everything there should be.

Ok. No more stupid question. I promise ;)

Regards


Piotras


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to