k1Ll5w1tcH
Programmer
Hi All
I was wondering if anyone could help.
I'm sure the answer is quite simple, but I'm being a n00b today
I'd like to populate the value section of an object tag, depending on the value passed in my url, e.g:
.../Default.aspx?P1=whatever
<object id="obj" width="100%" height="100%"
<param name="src" value="<%Request.QueryString["P1"]%>">
</object>
Thanks guys,
Garrith
I was wondering if anyone could help.
I'm sure the answer is quite simple, but I'm being a n00b today
I'd like to populate the value section of an object tag, depending on the value passed in my url, e.g:
.../Default.aspx?P1=whatever
<object id="obj" width="100%" height="100%"
<param name="src" value="<%Request.QueryString["P1"]%>">
</object>
Thanks guys,
Garrith