Dynamic scriptQueryAppend?

View: New views
2 Messages — Rating Filter:   Alert me  

Dynamic scriptQueryAppend?

by Jeff liu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Does anyone know how to change
scriptQueryAppend dynamically?

like:
    this.oACDS2.scriptQueryAppend =
"city_id=<%=_city_id%>&spot_id="+YAHOO.util.Dom.get('<%=hidden_spot_id.ClientID%>').value
;

Thank you


Re: Dynamic scriptQueryAppend?

by jennykhan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Jeff,

Your DataSource's scriptQueryAppend value should be dynamically
updatable at runtime. If you are seeing a problem, posting the URL
to your page would help us troubleshoot.

Regards,
Jenny


--- In ydn-javascript@..., "Jeff liu" <astro_boy_r@...>
wrote:
>
> Does anyone know how to change
> scriptQueryAppend dynamically?
>
> like:
>     this.oACDS2.scriptQueryAppend =
> "city_id=<%=_city_id%>&spot_id="+YAHOO.util.Dom.get('<%
=hidden_spot_id.ClientID%>').value
> ;
>
> Thank you
>