bobbie
04-09-2006, 04:26 AM
I want to add a zip code to the use if this and then go to the page.
sText = Input.GetText("Input1");
Web.LoadURL("Web1", "http://www.wunderground.com/cgi-bin/findweather/getForecast?query="sText");
But I keep getting errors .
I had this saved someplace and now I can't find it. grrrr
The sText would be the zipcode if that is right to use?
Thanks for any help here.
sText = Input.GetText("Input1");
Web.LoadURL("Web1", "http://www.wunderground.com/cgi-bin/findweather/getForecast?query="sText");
But I keep getting errors .
I had this saved someplace and now I can't find it. grrrr
The sText would be the zipcode if that is right to use?
Thanks for any help here.