Hi all,
I want to open a qvw with select option in URL. I use the link http://www.ecota.com.cn/QvAjaxZfc/opendoc.htm?document=3.qvw&select=LB01,1 to select value 1 in LB01. It shows ok.
But when I edit the url address in the same IE window to http://www.ecota.com.cn/QvAjaxZfc/opendoc.htm?document=3.qvw&select=LB01,2 the list box shows nothing select but not select '1' as expectation. Only when I close every IE windows, and reopen the link http://www.ecota.com.cn/QvAjaxZfc/opendoc.htm?document=3.qvw&select=LB01,2 , the list box was selected to '2'.
In fact, I want to have a index html page which has several links as :
http://www.ecota.com.cn/QvAjaxZfc/opendoc.htm?document=3.qvw&select=LB01,1
http://www.ecota.com.cn/QvAjaxZfc/opendoc.htm?document=3.qvw&select=LB01,2
http://www.ecota.com.cn/QvAjaxZfc/opendoc.htm?document=3.qvw&select=LB01,3http://www.ecota.com.cn/QvAjaxZfc/opendoc.htm?document=3.qvw&select=LB01,3
http://www.ecota.com.cn/QvAjaxZfc/opendoc.htm?document=3.qvw&select=LB01,4
Which allows end uses select different value by click the link in index.html page.
Note: the links are availble now and can be visited in internet.
Thanks
Have a good day!