Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting Strange Silly Error !!

Status
Not open for further replies.

RushiShroff

Programmer
Jan 23, 2002
216
IN
For the last 3 years I have been programming ASP,
never had such problem.

Code:
<a href=&quot;SubCat_Update.asp?SubCat_Desc=Timepieces&Temp_Id=<%=rsSubCat_Mast(&quot;Temp_Id&quot;)%>&quot;><%=rsSubCat_Mast(&quot;Sub_category&quot;)%></a><%=rsSubCat_Mast(&quot;Sub_Cat_Code&quot;)%><input type=checkbox value=&quot;<%=rsSubCat_Mast(&quot;Sub_Cat_Code&quot;)%>&quot; name=CheckToDel>

Generates this

<a href=&quot;SubCat_Update.asp?SubCat_Desc=Timepieces&Temp_Id=1&quot;><%=rsSubCat_Mast(&quot;Sub_category&quot;)%></a><%=rsSubCat_Mast(&quot;Sub_Cat_Code&quot;)%></small><input type=checkbox value=&quot;<%=rsSubCat_Mast(&quot;Sub_Cat_Code&quot;)%>&quot; name=CheckToDel>

But when i click the link..
It will take me to the
[b [/b]
page which doesnt exist ..!!
Even when I paste the URL to the address bar it takes me to the same page..!!

I am amazeD!
ANY SOLUTIONS !! Rushi Shroff Rushi@emqube.com
&quot;Life is beautiful.&quot;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top