<?xml version="1.0" encoding="utf-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>DaniWeb IT Discussion Community - ASP Tutorials</title>
		<link>http://www.daniweb.com/forums</link>
		<description>Tech support, programming, web development, and internet marketing community. Forums to get free computer help and support.</description>
		<language>en-US</language>
		<lastBuildDate>Tue, 13 May 2008 16:16:24 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.daniweb.com/forums/myimages/misc/rss.jpg</url>
			<title>DaniWeb IT Discussion Community - ASP Tutorials</title>
			<link>http://www.daniweb.com/forums</link>
		</image>
		<item>
			<title>Request.QueryString Substring problem</title>
			<link>http://www.daniweb.com/forums/thread124029.html</link>
			<pubDate>Tue, 13 May 2008 13:52:06 GMT</pubDate>
			<description><![CDATA[I am having a world of problems with this can anyone please help. I don't know what I am doing wrong. Following the code is the error message I am getting. Here is the code I am using:

 <div class="codeblock"> <div class="spaced"> <div class="light" style="float:right"> <a...]]></description>
			<content:encoded><![CDATA[<div>I am having a world of problems with this can anyone please help. I don't know what I am doing wrong. Following the code is the error message I am getting. Here is the code I am using:<br />
<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;<br />
&quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;<br />
<br />
&lt;html &gt;<br />
&lt;head&gt;<br />
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot; /&gt;<br />
&lt;title&gt;AMM | Unsubscribe &lt;/title&gt;<br />
&lt;/head&gt;<br />
<br />
&lt;body&gt;<br />
&lt;table width=&quot;65%&quot; border=&quot;2&quot; align=&quot;center&quot; bordercolor=&quot;#003366&quot;&gt;<br />
&nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &lt;td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;center&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;http://www.amm.org&quot;&gt;&lt;img src=&quot;Images/mailinglogo.gif&quot; alt=&quot;AMM Logo&quot; width=&quot;288&quot; height=&quot;80&quot; border=&quot;0&quot;&gt;&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/center&gt;&nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<br />
&nbsp; &lt;/tr&gt;<br />
&nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &lt;td&gt;&lt;font size=&quot;2&quot; face=&quot;Verdana&quot;&gt;&lt;strong&gt;By selecting this link you are requesting to stop receiving emails from the Association.&lt;/strong&gt;&lt;/font&gt;&lt;/td&gt;<br />
&nbsp; &lt;/tr&gt;<br />
&nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &lt;td&gt;&lt;div align=&quot;center&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt;Member #&lt;/font&gt;&lt;font size=&quot;2&quot; face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt;&lt;%Request.QueryString[&quot;donor&quot;].ToString().Substring(1,9)%&gt;&lt;/font&gt;&lt;/div&gt;&nbsp; &nbsp; &lt;/td&gt;<br />
&nbsp; &lt;td&gt;&lt;%(Request.QueryString(&quot;donor&quot;).ToString().Substring(10,4))%&gt;&lt;/td&gt;<br />
&nbsp; &lt;/tr&gt;<br />
&nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />
&nbsp; &lt;/tr&gt;<br />
&nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &lt;td&gt;&lt;font face=&quot;Verdana&quot;&gt;&lt;font size=&quot;2&quot;&gt;&lt;strong&gt;Would you like to continue receiving emails from us?&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;<br />
&nbsp; &lt;/tr&gt;<br />
&nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &lt;td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;form action=&quot;tytest.asp&quot; method=&quot;post&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input name=&quot;donor&quot; type=&quot;hidden&quot; value=&quot;&lt;%Request.QueryString(&quot;donor&quot;).ToString().Substring(1,9)%&gt;&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;strong&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input name=&quot;Subscribed&quot; type=&quot;radio&quot; value=&quot;y&quot; checked /&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;font size=&quot;2&quot; face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt;Yes, continue to send me emails.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;strong&gt;&lt;font size=&quot;2&quot; face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input name=&quot;Subscribed&quot; type=&quot;radio&quot; value=&quot;n&quot; /&gt;&nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; No, remove me from your email list. &lt;/font&gt;&lt;/strong&gt;&lt;font size=&quot;2&quot; face=&quot;Verdana, Arial, Helvetica, sans-serif&quot;&gt;&lt;/font&gt;&lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;center&gt;&nbsp; &nbsp; &lt;input name=&quot;Submit&quot; type=&quot;submit&quot;&nbsp; value=&quot;Submit&quot; /&gt;&lt;/center&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/form&gt;&nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<br />
&nbsp; &lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</code> </div>
<br />
Here is the error message I am getting:<br />
<br />
Member #<br />
Microsoft VBScript runtime error '800a01a8'<br />
<br />
Object required: 'Request'<br />
<br />
/distribution/addorremovetest.asp, line 22<br />
<br />
Any Help Please!</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum62.html">ASP</category>
			<dc:creator>ammwebmaster2</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread124029.html</guid>
		</item>
		<item>
			<title>Photo Scrolling/ carousel similar as Flickr(using ajax +asp)</title>
			<link>http://www.daniweb.com/forums/thread123867.html</link>
			<pubDate>Mon, 12 May 2008 14:49:16 GMT</pubDate>
			<description>Good Day
i need some help on some image/photo slide show display.
i would like to do a photo carousel function similar as the 
http://www.flickr.com/photos/69864550@N00/320622773/

i wan to create a photo stream slideshow like the function in tis web which located at the right hand side, as image...</description>
			<content:encoded><![CDATA[<div>Good Day<br />
i need some help on some image/photo slide show display.<br />
i would like to do a photo carousel function similar as the <br />
<a rel="nofollow" class="t" href="http://www.flickr.com/photos/69864550@N00/320622773/" target="_blank">http://www.flickr.com/photos/69864550@N00/320622773/</a><br />
<br />
i wan to create a photo stream slideshow like the function in tis web which located at the right hand side, as image below:<br />
<a rel="nofollow" class="t" href="http://i263.photobucket.com/albums/i...2008/image.jpg" target="_blank">http://i263.photobucket.com/albums/i...2008/image.jpg</a><br />
<br />
let say in my album consists of 100 photo( from database). It will not load out all my 100 photos at the same time when the page is loaded. it will load the others photo when i click on the NEXT arrow button and Previous button. i need some help on tis function and implement it with ASP VBscript code. please help me....<br />
i have do some research on it. but i duno how to implement the jcarousel with the asp vbscript.for example:<br />
<a rel="nofollow" class="t" href="http://sorgalla.com/projects/jcarousel/" target="_blank">http://sorgalla.com/projects/jcarousel/</a><br />
<br />
plz give me a hand. thank you very much</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum62.html">ASP</category>
			<dc:creator>yenyen</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123867.html</guid>
		</item>
		<item>
			<title>Sql server express 2000</title>
			<link>http://www.daniweb.com/forums/thread123822.html</link>
			<pubDate>Mon, 12 May 2008 10:44:13 GMT</pubDate>
			<description>hi all,

I have two problems

1.
     When i am updating the value of table manually.
i am facing the error :

The data in the row1 was not commited.
Error Source : .Net SQL Client Data Provider</description>
			<content:encoded><![CDATA[<div>hi all,<br />
<br />
I have two problems<br />
<br />
1.<br />
     When i am updating the value of table manually.<br />
i am facing the error :<br />
<br />
The data in the row1 was not commited.<br />
Error Source : .Net SQL Client Data Provider<br />
Error Message : Time Out Expired<br />
<br />
<br />
and  Second one is also related to it:<br />
<br />
I am inserting value in one table.<br />
After insertion of the values i am updating the same table and getting the same error message:<br />
<br />
Time Out Expired<br />
<br />
Please help me<br />
<br />
Please give the solution as soon as possible</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum62.html">ASP</category>
			<dc:creator>vipinsgangwar</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123822.html</guid>
		</item>
		<item>
			<title>checkbox checkchanged event not firing in datalist control</title>
			<link>http://www.daniweb.com/forums/thread123415.html</link>
			<pubDate>Fri, 09 May 2008 17:49:06 GMT</pubDate>
			<description><![CDATA[I have a checkbox inside a datalist control with Autopostback="True". When a user clicks the checkbox the associated event Handler is not firing.

My code is 

In HTML :

          <asp:DataList ID="myDataList" runat="server"  RepeatColumns="1"   RepeatDirection="Vertical" >
              ...]]></description>
			<content:encoded><![CDATA[<div>I have a checkbox inside a datalist control with Autopostback=&quot;True&quot;. When a user clicks the checkbox the associated event Handler is not firing.<br />
<br />
My code is <br />
<br />
In HTML :<br />
<br />
 <div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left"><pre class="code"><ol><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp;  &lt;asp:DataList ID=<span class="st0">&quot;myDataList&quot;</span> runat=<span class="st0">&quot;server&quot;</span>&nbsp; RepeatColumns=<span class="st0">&quot;1&quot;</span>&nbsp;  RepeatDirection=<span class="st0">&quot;Vertical&quot;</span> &gt;</div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;ItemTemplate&gt;</div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;asp:CheckBox ID=<span class="st0">&quot;chkid&quot;</span> runat=<span class="st0">&quot;server&quot;</span> autopostback=<span class="st0">&quot;True&quot;</span> /&gt;</div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span class="kw2">&lt;%</span>#<span class="st0">&quot;Id &quot;</span> + Container.<span class="me1">DataItem</span><span class="br0">&#40;</span><span class="st0">&quot;CustomerID&quot;</span><span class="br0">&#41;</span>%&gt;&lt;br /&gt;</div></li><li class="li2"><div class="de2">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <span class="kw2">&lt;%</span>#<span class="st0">&quot;Name &quot;</span> + Container.<span class="me1">DataItem</span><span class="br0">&#40;</span><span class="st0">&quot;ContactName&quot;</span><span class="br0">&#41;</span><span class="kw2">%&gt;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;br /&gt;</div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;br /&gt;</div></li><li class="li1"><div class="de1">&nbsp;</div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;/ItemTemplate&gt;</div></li><li class="li2"><div class="de2">&nbsp; &nbsp; &nbsp; &nbsp;  &lt;/asp:DataList&gt;&amp;nbsp;</div></li></ol></pre></code> </div>
<br />
In Code behind :<br />
<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left">Protected Sub myDataList_ItemCreated(ByVal sender As Object, ByVal e As&nbsp; system.Web.UI.WebControls.DataListItemEventArgs) Handles myDataList.ItemCreated<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Dim alSelectedValues As New ArrayList<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; For Each item As DataListItem In myDataList.Items<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'check the item isn't a header or footer<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; If e.Item.ItemIndex &gt; -1 Then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim cb As CheckBox = e.Item.FindControl(&quot;chkid&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AddHandler cb.CheckedChanged, AddressOf Me.checkboxclicked<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim value As String = cb.Text<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim checked As Boolean = cb.Checked<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  If checked Then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; alSelectedValues.Add(value)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End If<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End If<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; Next</code> </div>
<br />
<br />
The checkboxclicked event Handler is not firing<br />
<br />
Please help<br />
<br />
Regards<br />
<br />
Sanjish</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum62.html">ASP</category>
			<dc:creator>SANJISH</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123415.html</guid>
		</item>
		<item>
			<title>Drop Down menu</title>
			<link>http://www.daniweb.com/forums/thread123347.html</link>
			<pubDate>Fri, 09 May 2008 09:49:48 GMT</pubDate>
			<description><![CDATA[i created a drop down menu in the following manner and its coming like horizontal menu with vertical sub menu.What i want is horizontal menu with horizontal sub menu can anybody can help me..here am attaching my cuurent code..

menu.html

<html>
<head>
<LINK 
href="menu.css" rel=stylesheet>
<LINK...]]></description>
			<content:encoded><![CDATA[<div>i created a drop down menu in the following manner and its coming like horizontal menu with vertical sub menu.What i want is horizontal menu with horizontal sub menu can anybody can help me..here am attaching my cuurent code..<br />
<br />
menu.html<br />
<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left"><pre class="code"><ol><li class="li1"><div class="de1"><span class="sc2"><span class="kw2">&lt;html&gt;</span></span></div></li><li class="li1"><div class="de1"><span class="sc2"><span class="kw2">&lt;head&gt;</span></span></div></li><li class="li1"><div class="de1"><span class="sc2"><span class="kw2">&lt;LINK</span> </div></li><li class="li1"><div class="de1"><span class="kw3">href</span>=<span class="st0">&quot;menu.css&quot;</span> <span class="kw3">rel</span>=stylesheet&gt;</span></div></li><li class="li2"><div class="de2"><span class="sc2"><span class="kw2">&lt;LINK</span> <span class="kw3">href</span>=<span class="st0">&quot;menu.css&quot;</span> <span class="kw3">type</span>=<span class="kw3">text</span>/css </div></li><li class="li1"><div class="de1"><span class="kw3">rel</span>=stylesheet&gt;</span></div></li><li class="li1"><div class="de1"><span class="sc2"><span class="kw2">&lt;/head&gt;</span></span></div></li><li class="li1"><div class="de1"><span class="sc2"><span class="kw2">&lt;body&gt;</span></span></div></li><li class="li1"><div class="de1"><span class="sc2"><span class="kw2">&lt;SCRIPT</span> <span class="kw3">language</span>=JavaScript </div></li><li class="li2"><div class="de2"><span class="kw3">src</span>=<span class="st0">&quot;menu.js&quot;</span><span class="kw2">&gt;</span></span><span class="sc2"><span class="kw2">&lt;/SCRIPT&gt;</span></span></div></li><li class="li1"><div class="de1"><span class="sc2"><span class="kw2">&lt;UL</span> <span class="kw3">id</span>=dmenu&gt;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;LI</span> <span class="kw3">class</span>=topmenulifirst&gt;</span><span class="sc2"><span class="kw2">&lt;A</span> <span class="kw3">class</span>=topmenutitle </div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw3">href</span>=<span class="st0">&quot;index.htm&quot;</span><span class="kw2">&gt;</span></span>Home<span class="sc2"><span class="kw2">&lt;/A&gt;</span></span><span class="sc2"><span class="kw2">&lt;/LI&gt;</span></span>&nbsp; &nbsp; &nbsp; &nbsp; </div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;LI</span> <span class="kw3">class</span>=topmenuli&gt;</span><span class="sc2"><span class="kw2">&lt;A</span> <span class="kw3">class</span>=topmenutitle </div></li><li class="li2"><div class="de2">&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw3">href</span>=<span class="st0">&quot;javascript<b></b>:;&quot;</span><span class="kw2">&gt;</span></span>About Us<span class="sc2"><span class="kw2">&lt;/A&gt;</span></span> </div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;UL</span> <span class="kw3">class</span>=submenuul&gt;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;LI</span> <span class="kw3">class</span>=submenuli&gt;</span><span class="sc2"><span class="kw2">&lt;A</span> </div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="kw3">href</span>=<span class="st0">&quot;#&quot;</span><span class="kw2">&gt;</span></span>Our Strategy<span class="sc2"><span class="kw2">&lt;/A&gt;</span></span> </div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;LI</span> <span class="kw3">class</span>=submenuli&gt;</span><span class="sc2"><span class="kw2">&lt;A</span> </div></li><li class="li2"><div class="de2">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="kw3">href</span>=<span class="st0">&quot;#&quot;</span><span class="kw2">&gt;</span></span>Our Business<span class="sc2"><span class="kw2">&lt;/A&gt;</span></span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;LI</span> <span class="kw3">class</span>=submenuli&gt;</span><span class="sc2"><span class="kw2">&lt;A</span> </div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="kw3">href</span>=<span class="st0">&quot;#&quot;</span><span class="kw2">&gt;</span></span>Global Network<span class="sc2"><span class="kw2">&lt;/A&gt;</span></span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;LI</span> <span class="kw3">class</span>=submenuli&gt;</span><span class="sc2"><span class="kw2">&lt;A</span> </div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="kw3">href</span>=<span class="st0">&quot;#&quot;</span><span class="kw2">&gt;</span></span>Quality Assurance<span class="sc2"><span class="kw2">&lt;/A&gt;</span></span></div></li><li class="li2"><div class="de2">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;LI</span> <span class="kw3">class</span>=submenuli&gt;</span><span class="sc2"><span class="kw2">&lt;A</span> </div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="kw3">href</span>=<span class="st0">&quot;#&quot;</span><span class="kw2">&gt;</span></span>Awards And Recognition<span class="sc2"><span class="kw2">&lt;/A&gt;</span></span> </div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;/LI&gt;</span></span><span class="sc2"><span class="kw2">&lt;/UL&gt;</span></span><span class="sc2"><span class="kw2">&lt;/LI&gt;</span></span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;LI</span> <span class="kw3">class</span>=topmenuli&gt;</span><span class="sc2"><span class="kw2">&lt;A</span> <span class="kw3">class</span>=<span class="st0">&quot;topmenutitle&quot;</span> </div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw3">href</span>=<span class="st0">&quot;javascript<b></b>:;&quot;</span><span class="kw2">&gt;</span></span>Working With Us<span class="sc2"><span class="kw2">&lt;/A&gt;</span></span> </div></li><li class="li2"><div class="de2">&nbsp; &nbsp; &nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;UL</span> <span class="kw3">class</span>=submenuul&gt;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;LI</span> <span class="kw3">class</span>=submenuli&gt;</span><span class="sc2"><span class="kw2">&lt;A</span> </div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="kw3">href</span>=<span class="st0">&quot;salesenquiry.asp&quot;</span><span class="kw2">&gt;</span></span>Sales Enquiry<span class="sc2"><span class="kw2">&lt;/A&gt;</span></span> </div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;LI</span> <span class="kw3">class</span>=submenuli&gt;</span><span class="sc2"><span class="kw2">&lt;A</span> </div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="kw3">href</span>=<span class="st0">&quot;customercare.asp&quot;</span><span class="kw2">&gt;</span></span>Customer Care<span class="sc2"><span class="kw2">&lt;/A&gt;</span></span> </div></li><li class="li2"><div class="de2">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;LI</span> <span class="kw3">class</span>=submenuli&gt;</span><span class="sc2"><span class="kw2">&lt;A</span> </div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="kw3">href</span>=<span class="st0">&quot;jobenquiry.asp&quot;</span><span class="kw2">&gt;</span></span>Job Enquiry<span class="sc2"><span class="kw2">&lt;/A&gt;</span></span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;LI</span> <span class="kw3">class</span>=submenuli&gt;</span><span class="sc2"><span class="kw2">&lt;A</span> </div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="kw3">href</span>=<span class="st0">&quot;newssubscription.asp&quot;</span><span class="kw2">&gt;</span></span>News Subscription<span class="sc2"><span class="kw2">&lt;/A&gt;</span></span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  </div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;/LI&gt;</span></span><span class="sc2"><span class="kw2">&lt;/UL&gt;</span></span><span class="sc2"><span class="kw2">&lt;/LI&gt;</span></span>&nbsp; &nbsp; &nbsp; &nbsp; </div></li><li class="li2"><div class="de2">&nbsp;</div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;LI</span> <span class="kw3">class</span>=topmenuli&gt;</span><span class="sc2"><span class="kw2">&lt;A</span> <span class="kw3">class</span>=topmenutitle </div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw3">href</span>=<span class="st0">&quot;newsclientview.asp&quot;</span><span class="kw2">&gt;</span></span>News Room<span class="sc2"><span class="kw2">&lt;/A&gt;</span></span> <span class="sc2"><span class="kw2">&lt;/LI&gt;</span></span></div></li><li class="li1"><div class="de1">&nbsp;</div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;LI</span> <span class="kw3">class</span>=topmenuli&gt;</span><span class="sc2"><span class="kw2">&lt;A</span> <span class="kw3">class</span>=<span class="st0">&quot;topmenutitle &quot;</span> </div></li><li class="li2"><div class="de2">&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw3">href</span>=<span class="st0">&quot;javascript<b></b>:;&quot;</span><span class="kw2">&gt;</span></span>Investor Zone<span class="sc2"><span class="kw2">&lt;/A&gt;</span></span> </div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;UL</span> <span class="kw3">class</span>=submenuul&gt;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;LI</span> <span class="kw3">class</span>=submenuli&gt;</span><span class="sc2"><span class="kw2">&lt;A</span> </div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="kw3">href</span>=<span class="st0">&quot;announceclientview.asp&quot;</span><span class="kw2">&gt;</span></span>Company Announcement<span class="sc2"><span class="kw2">&lt;/A&gt;</span></span> </div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;LI</span> <span class="kw3">class</span>=submenuli&gt;</span><span class="sc2"><span class="kw2">&lt;A</span> </div></li><li class="li2"><div class="de2">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="kw3">href</span>=<span class="st0">&quot;#&quot;</span><span class="kw2">&gt;</span></span>Financial Report<span class="sc2"><span class="kw2">&lt;/A&gt;</span></span> </div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;LI</span> <span class="kw3">class</span>=submenuli&gt;</span><span class="sc2"><span class="kw2">&lt;A</span> </div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="kw3">href</span>=<span class="st0">&quot;#&quot;</span><span class="kw2">&gt;</span></span>Analytical Report<span class="sc2"><span class="kw2">&lt;/A&gt;</span></span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  </div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;/LI&gt;</span></span><span class="sc2"><span class="kw2">&lt;/UL&gt;</span></span><span class="sc2"><span class="kw2">&lt;/LI&gt;</span></span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; <span class="sc2"><span class="kw2">&lt;LI</span> <span class="kw3">class</span>=topmenuli&gt;</span><span class="sc2"><span class="kw2">&lt;A</span> <span class="kw3">class</span>=topmenutitle </div></li><li class="li2"><div class="de2">&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw3">href</span>=<span class="st0">&quot;#&quot;</span><span class="kw2">&gt;</span></span>Online Ordering<span class="sc2"><span class="kw2">&lt;/A&gt;</span></span> <span class="sc2"><span class="kw2">&lt;/LI&gt;</span></span>&nbsp; &nbsp; &nbsp; &nbsp; </div></li><li class="li1"><div class="de1"><span class="sc2"><span class="kw2">&lt;/LI&gt;</span></span><span class="sc2"><span class="kw2">&lt;/UL&gt;</span></span></div></li><li class="li1"><div class="de1"><span class="sc2"><span class="kw2">&lt;/body&gt;</span></span></div></li><li class="li1"><div class="de1"><span class="sc2"><span class="kw2">&lt;/html&gt;</span></span></div></li></ol></pre></code> </div>
<br />
<br />
menu.css<br />
<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left"><pre class="code"><ol><li class="li1"><div class="de1"><span class="re1">.topmenuul</span> <span class="br0">&#123;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; PADDING-RIGHT: <span class="re3">25px</span>; PADDING-LEFT: <span class="re3">1px</span>; PADDING-BOTTOM: <span class="re3">100px</span>; MARGIN: <span class="re3">1px</span>; PADDING-TOP: <span class="re3">10px</span>; LIST-STYLE-TYPE: <span class="kw2">none</span></div></li><li class="li1"><div class="de1"><span class="br0">&#125;</span></div></li><li class="li1"><div class="de1"><span class="re1">.topmenuli</span> <span class="br0">&#123;</span></div></li><li class="li2"><div class="de2">&nbsp; &nbsp; &nbsp; &nbsp; FLOAT: <span class="kw1">left</span>; LIST-STYLE-TYPE: <span class="kw2">none</span>; BACKGROUND-COLOR: <span class="re0">#D5D5D5</span>; WIDTH: <span class="re3">159px</span>; <span class="kw1">font</span>:<span class="st0">&quot;Trebuchet MS&quot;</span></div></li><li class="li1"><div class="de1"><span class="br0">&#125;</span></div></li><li class="li1"><div class="de1"><span class="re1">.topmenulifirst</span> <span class="br0">&#123;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; FLOAT: <span class="kw1">left</span>; LIST-STYLE-TYPE: <span class="kw2">none</span>; BACKGROUND-COLOR: <span class="re0">#D5D5D5</span> ; WIDTH: <span class="re3">165px</span>; <span class="kw1">font</span>:<span class="st0">&quot;Trebuchet MS&quot;</span></div></li><li class="li1"><div class="de1"><span class="br0">&#125;</span></div></li><li class="li2"><div class="de2"><span class="re1">.topmenuli</span> A<span class="re2">:hover</span> <span class="br0">&#123;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">color</span>:<span class="re0">#FF0000</span></div></li><li class="li1"><div class="de1"><span class="br0">&#125;</span></div></li><li class="li1"><div class="de1"><span class="re1">.topmenulifirst</span> A<span class="re2">:hover</span> <span class="br0">&#123;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">color</span>:<span class="re0">#FF0000</span></div></li><li class="li2"><div class="de2"><span class="br0">&#125;</span></div></li><li class="li1"><div class="de1"><span class="re1">.submenuul</span> <span class="br0">&#123;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; PADDING-RIGHT: <span class="re3">1px</span>; DISPLAY: <span class="kw2">none</span>; PADDING-LEFT: <span class="re3">1px</span>; PADDING-BOTTOM: <span class="re3">1px</span>; MARGIN: <span class="re3">1px</span>; PADDING-TOP: <span class="re3">1px</span>; LIST-STYLE-TYPE: <span class="kw2">none</span>; POSITION: <span class="kw2">absolute</span>; TEXT-ALIGN: <span class="kw1">left</span></div></li><li class="li1"><div class="de1"><span class="br0">&#125;</span></div></li><li class="li1"><div class="de1"><span class="re1">.submenuli</span> A <span class="br0">&#123;</span></div></li><li class="li2"><div class="de2">&nbsp; &nbsp; &nbsp; &nbsp; DISPLAY: <span class="kw2">block</span>; WIDTH: <span class="re3">150px</span>; <span class="kw1">font</span>:<span class="st0">&quot;Trebuchet MS&quot;</span>; font-size<span class="re2">:<span class="re3">11px</span></span></div></li><li class="li1"><div class="de1"><span class="br0">&#125;</span></div></li><li class="li1"><div class="de1">LI<span class="re2">:hover</span> UL <span class="br0">&#123;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; DISPLAY: <span class="kw2">block</span></div></li><li class="li1"><div class="de1"><span class="br0">&#125;</span></div></li><li class="li2"><div class="de2">LI<span class="re1">.over</span> UL <span class="br0">&#123;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; DISPLAY: <span class="kw2">block</span></div></li><li class="li1"><div class="de1"><span class="br0">&#125;</span></div></li><li class="li1"><div class="de1">UL <span class="br0">&#123;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; MARGIN-LEFT: </div></li><li class="li2"><div class="de2"><span class="br0">&#125;</span></div></li><li class="li1"><div class="de1">UNKNOWN <span class="br0">&#123;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; LEFT: <span class="kw2">auto</span>; TOP: <span class="kw2">auto</span></div></li><li class="li1"><div class="de1"><span class="br0">&#125;</span></div></li><li class="li1"><div class="de1"><span class="re0">#content</span> <span class="br0">&#123;</span></div></li><li class="li2"><div class="de2">&nbsp; &nbsp; &nbsp; &nbsp; CLEAR: <span class="kw1">left</span></div></li><li class="li1"><div class="de1"><span class="br0">&#125;</span></div></li><li class="li1"><div class="de1"><span class="re0">#dmenu</span> <span class="br0">&#123;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp;  FONT-SIZE: <span class="re3">11px</span>; FONT-FAMILY: Garamond; <span class="kw1">color</span>:<span class="re0">#<span class="nu0">000000</span></span></div></li><li class="li1"><div class="de1"><span class="br0">&#125;</span></div></li><li class="li2"><div class="de2"><span class="re1">.topmenutitle</span> <span class="br0">&#123;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; PADDING-RIGHT: <span class="re3">35px</span>; DISPLAY: <span class="kw2">block</span>; PADDING-BOTTOM: <span class="re3">4px</span>; COLOR: <span class="re0">#<span class="nu0">444548</span></span>; TEXT-INDENT: <span class="nu0">0</span><span class="re1"><span class="re3">.2cm</span></span>; LINE-HEIGHT: <span class="re3">5px</span>; PADDING-TOP: <span class="re3">10px</span>; TEXT-ALIGN: <span class="kw2">center</span>; TEXT-DECORATION: <span class="kw2">none</span></div></li><li class="li1"><div class="de1"><span class="br0">&#125;</span></div></li><li class="li1"><div class="de1"><span class="re1">.submenuul</span> <span class="br0">&#123;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; BACKGROUND-POSITION: <span class="kw1">right</span> <span class="re3"><span class="nu0">50</span>%</span>; BORDER-TOP: <span class="re0">#ffffff</span> <span class="re3">1px</span> <span class="kw2">solid</span>; MARGIN-TOP: -<span class="re3">1px</span>; BORDER-LEFT: <span class="re0">#ffffff</span> <span class="re3">1px</span> <span class="kw2">solid</span>; BACKGROUND-REPEAT: <span class="kw2">repeat-x</span>; BACKGROUND-COLOR: <span class="re0">#dcdcdc</span></div></li><li class="li2"><div class="de2"><span class="br0">&#125;</span></div></li><li class="li1"><div class="de1"><span class="re1">.submenuli</span> A <span class="br0">&#123;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; PADDING-RIGHT: <span class="re3">3px</span>; PADDING-LEFT: <span class="re3">3px</span>; PADDING-BOTTOM: <span class="re3">3px</span>; COLOR: <span class="re0">#<span class="nu0">444548</span></span>; PADDING-TOP: <span class="re3">3px</span>; TEXT-DECORATION: <span class="kw2">none</span></div></li><li class="li1"><div class="de1"><span class="br0">&#125;</span></div></li><li class="li1"><div class="de1"><span class="re1">.submenuli</span> A<span class="re2">:hover</span> <span class="br0">&#123;</span></div></li><li class="li2"><div class="de2">&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">color</span>:<span class="re0">#FF0000</span></div></li><li class="li1"><div class="de1"><span class="br0">&#125;</span></div></li><li class="li1"><div class="de1">BODY<span class="br0">&#123;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; FONT-FAMILY<span class="re2">:verdana</span>;</div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; font-size<span class="re2">:<span class="re3">12px</span></span>;&nbsp; &nbsp; &nbsp; &nbsp; </div></li><li class="li2"><div class="de2">&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">background-color</span>: <span class="re0">#F2F2F2</span>;</div></li><li class="li1"><div class="de1"><span class="br0">&#125;</span></div></li></ol></pre></code> </div>
<br />
<br />
<br />
menu.js<br />
<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left"><pre class="code"><ol><li class="li1"><div class="de1">startList = <span class="kw2">function</span><span class="br0">&#40;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">if</span> <span class="br0">&#40;</span>document.<span class="me1">all</span> &amp;&amp; document.<span class="me1">getElementById</span><span class="br0">&#41;</span> <span class="br0">&#123;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; navRoot = document.<span class="me1">getElementById</span><span class="br0">&#40;</span><span class="st0">&quot;dmenu&quot;</span><span class="br0">&#41;</span>;</div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="co1">//alert(navRoot.childNodes.length);</span></div></li><li class="li2"><div class="de2">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">for</span> <span class="br0">&#40;</span>i=<span class="nu0">0</span>; i &lt; navRoot.<span class="me1">childNodes</span>.<span class="me1">length</span>; i++<span class="br0">&#41;</span> <span class="br0">&#123;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; node = navRoot.<span class="me1">childNodes</span><span class="br0">&#91;</span>i<span class="br0">&#93;</span>;</div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">if</span> <span class="br0">&#40;</span>node.<span class="me1">nodeName</span>==<span class="st0">&quot;LI&quot;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; node.<span class="me1">onmouseover</span>=<span class="kw2">function</span><span class="br0">&#40;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">this</span>.<span class="me1">className</span>+=<span class="st0">&quot; over&quot;</span>;</div></li><li class="li2"><div class="de2">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="br0">&#125;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; node.<span class="me1">onmouseout</span>=<span class="kw2">function</span><span class="br0">&#40;</span><span class="br0">&#41;</span> <span class="br0">&#123;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">this</span>.<span class="me1">className</span>=<span class="kw1">this</span>.<span class="me1">className</span>.<span class="me1">replace</span><span class="br0">&#40;</span><span class="st0">&quot; over&quot;</span>, <span class="st0">&quot;&quot;</span><span class="br0">&#41;</span>;</div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="br0">&#125;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="br0">&#125;</span></div></li><li class="li2"><div class="de2">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="br0">&#125;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="br0">&#125;</span></div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; <span class="br0">&#125;</span></div></li><li class="li1"><div class="de1">&nbsp;</div></li><li class="li1"><div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; window.<span class="kw3">onload</span>=startList;</div></li></ol></pre></code> </div>
<br />
<br />
<br />
This is my code to create the dropdown menu plz answer me asps..</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum62.html">ASP</category>
			<dc:creator>jithusdani</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123347.html</guid>
		</item>
		<item>
			<title>Setting Array data</title>
			<link>http://www.daniweb.com/forums/thread123225.html</link>
			<pubDate>Thu, 08 May 2008 16:30:42 GMT</pubDate>
			<description><![CDATA[I've created a method that returns 3 records in an array.  This is being called in an asp page.  I created a variable called PRODUCTINFO that is going to be taking those 3 records from the method and allow me to use it later on in the page.  Below is the code that im using to create the object and...]]></description>
			<content:encoded><![CDATA[<div>I've created a method that returns 3 records in an array.  This is being called in an asp page.  I created a variable called PRODUCTINFO that is going to be taking those 3 records from the method and allow me to use it later on in the page.  Below is the code that im using to create the object and then trying to assign the data to productinfo.  <br />
<br />
Set oAucEng = Server.CreateObject(&quot;Data.AuctionEngDB&quot;)'<br />
	PRODUCTINFO = oAucEng.GetProductInfo(gfv.Item(&quot;AUCTIONID&quot;))<br />
<br />
Right now PRODUCTINFO isn't declared as an array because I get a type mismatch error.  I'm wondering what I need to do to populate an array with the results from the method?  I want to be able to access that data like response.write PRODUCTINFO(0).  Any help would be greatly appreciated</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum62.html">ASP</category>
			<dc:creator>gcSean</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123225.html</guid>
		</item>
		<item>
			<title><![CDATA[<?xml namespace="" prefix="asp" ?> in .NET 2005]]></title>
			<link>http://www.daniweb.com/forums/thread123350.html</link>
			<pubDate>Thu, 08 May 2008 14:42:15 GMT</pubDate>
			<description><![CDATA[When I go to the design window and drag some control say label in that, I can't be able to see that.
When I switch to Source control, I can the tag like

 <div class="codeblock"> <div class="spaced"> <div class="light" style="float:right"> <a...]]></description>
			<content:encoded><![CDATA[<div>When I go to the design window and drag some control say label in that, I can't be able to see that.<br />
When I switch to Source control, I can the tag like<br />
<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left">&lt;?xml namespace=&quot;&quot; prefix=&quot;asp&quot; ?&gt;<br />
&lt;asp:Label ID=&quot;Label1&quot; runat=&quot;server&quot; Text=&quot;Label&quot;&gt;ABCD&lt;/asp:Label&gt;</code> </div>
<br />
<br />
Also in properties window I can't see the control's property,<br />
<br />
Can anybody have any idea?<br />
How can I get the controls visible and see the properties?<br />
<br />
<br />
Thanks in advance, :)</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum62.html">ASP</category>
			<dc:creator>bhavna_816</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123350.html</guid>
		</item>
		<item>
			<title>Problem Porting ASP app from MS-SQL to MySQL</title>
			<link>http://www.daniweb.com/forums/thread123030.html</link>
			<pubDate>Wed, 07 May 2008 19:15:53 GMT</pubDate>
			<description><![CDATA[I am having a problem porting an application written in ASP, using an MS SQL Server database, to a different ISP using MySQL. Code that seems to run fine on the current site generates errors on the new site. My connection to the MySQL db is:
 <div class="codeblock"> <div class="spaced"> <div...]]></description>
			<content:encoded><![CDATA[<div>I am having a problem porting an application written in ASP, using an MS SQL Server database, to a different ISP using MySQL. Code that seems to run fine on the current site generates errors on the new site. My connection to the MySQL db is:<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; set objConn = Server.CreateObject(&quot;ADODB.Connection&quot;)<br />
&nbsp; objConn.ConnectionString = &quot;DRIVER={MySQL ODBC 3.51 Driver};&quot; &amp; &quot;SERVER=nn.nn.nn.nn PORT=3306; DATABASE=dbname;&quot; &amp; &quot;UID=username; PWD=password; OPTION=3&quot;</code> </div>
and using that I can embed SQL SELECT statements that work fine. However, when I try to do an INSERT or UPDATE the system barfs<br />
<br />
Specifically with <div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left"> sqlstr = UPDATE Emaillist SET Email='AAA@foo.com' WHERE ID = 5492 </code> </div>
<br />
When I use the original ASP code:<br />
<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &nbsp; &nbsp; &nbsp; objConn.Execute sqlStr </code> </div>
<br />
I get:<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left">ADODB.Connection error '800a0e78'<br />
Operation is not allowed when the object is closed.<br />
/manage/manage.asp, line 61 </code> </div>
<br />
If I substitute<br />
<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &nbsp; &nbsp; &nbsp; ors.open sqlstr, objConn.ConnectionString </code> </div>
<br />
(which works fine with SQL SELECT statements)<br />
the system returns:<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left">Microsoft VBScript runtime&nbsp; error '800a01a8'<br />
Object required: ''<br />
/manage/manage.asp, line 61</code> </div>
<br />
Included below is the module from which the above is taken<br />
<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left">select case request(&quot;db&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; case &quot;Deceased&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; fieldArr = Array(&quot;GradYear&quot;,&quot;FName&quot;,&quot;LName&quot;,&quot;BHSLName&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; goBack = &quot;deceased.asp&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; case &quot;Emaillist&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; fieldArr = Array(&quot;GradYear&quot;,&quot;FName&quot;,&quot;LName&quot;,&quot;BHSLName&quot;,&quot;Email&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; goBack = &quot;emaillist.asp&quot;<br />
end select<br />
<br />
if request(&quot;action&quot;) = &quot;delete&quot; then<br />
&nbsp; &nbsp; &nbsp; &nbsp; sqlStr = &quot;DELETE FROM &quot; &amp; request(&quot;db&quot;) &amp; &quot; WHERE ID = &quot; &amp; request(&quot;record&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; objConn.Execute sqlStr<br />
&nbsp; &nbsp; &nbsp; &nbsp; response.redirect(goBack)<br />
end if<br />
<br />
if request(&quot;action&quot;) = &quot;add&quot; or request(&quot;action&quot;) = &quot;edit&quot; then<br />
&nbsp; &nbsp; &nbsp; &nbsp; 'response.write &quot;ADD&quot;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; if request(&quot;go&quot;) = &quot;go&quot; then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'response.write &quot;GO&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if request(&quot;action&quot;) = &quot;add&quot; then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sqlStr = &quot;INSERT INTO &quot; &amp; request(&quot;db&quot;) &amp; &quot;(&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; for i = 0 to UBound(fieldArr)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sqlStr = sqlStr &amp; fieldArr(i)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if i &lt; UBound(fieldArr) then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sqlStr = sqlStr &amp; &quot;,&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end if<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; next<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sqlStr = sqlStr &amp; &quot;) VALUES (&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; for i = 0 to UBound(fieldArr)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; temp = request(fieldArr(i))<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; temp = replace(temp,&quot;'&quot;,&quot;''&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sqlStr = sqlStr &amp; &quot;'&quot; &amp; temp &amp; &quot;'&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if i &lt; UBound(fieldArr) then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sqlStr = sqlStr &amp; &quot;,&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end if<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; next<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sqlStr = sqlStr &amp; &quot;)&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sqlStrUp = &quot;UPDATE &quot; &amp; request(&quot;db&quot;) &amp; &quot; SET &quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; for i = 0 to UBound(fieldArr)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; temp = request(fieldArr(i))<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; temp = replace(temp,&quot;'&quot;,&quot;''&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sqlStr = sqlStr &amp; fieldArr(i) &amp; &quot;='&quot; &amp; temp &amp; &quot;'&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if i &lt; UBound(fieldArr) then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sqlStr = sqlStr &amp; &quot;,&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end if<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; next<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sqlStr = sqlStr &amp; &quot; WHERE ID = &quot; &amp; CInt(request(&quot;record&quot;))<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end if<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; response.write &quot;SQL: &quot; &amp; sqlStr<br />
&nbsp; &nbsp; &nbsp; &nbsp; // USE ONE OR THE OTHER OF THE NEXT TWO LINES<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'objConn.Execute sqlStr<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ors.open sqlstr, objConn.ConnectionString<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; response.redirect(goBack)<br />
&nbsp; &nbsp; &nbsp; &nbsp; else<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if request(&quot;action&quot;) = &quot;edit&quot; then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Set ors = Server.CreateObject(&quot;ADODB.Recordset&quot;)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; strQuery = &quot;SELECT * FROM &quot; &amp; request(&quot;db&quot;) &amp; &quot; WHERE ID = &quot; &amp; Cint(request(&quot;record&quot;))<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'response.write strQuery<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ors.Open strQuery, objConn.ConnectionString<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dim fieldValues(4)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; for i = 0 to UBound(fieldArr)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'response.write &quot;&lt;br&gt;&quot; &amp; i &amp; &quot; &quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; fieldValues(i) = ors(fieldArr(i))<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'response.write fieldValues(i)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; next<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end if<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; response.write &quot;&lt;form action=manage.asp method=post&gt;&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; response.write &quot;&lt;table border=0&gt;&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;input type=hidden name=go value=go&gt;&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; response.write &quot;&lt;input type=hidden name=action value=&quot; &amp; request(&quot;action&quot;) &amp; &quot;&gt;&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if request(&quot;action&quot;) = &quot;edit&quot; then response.write &quot;&lt;input type=hidden name=record value=&quot; &amp; request(&quot;record&quot;) &amp; &quot;&gt;&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; response.write &quot;&lt;input type=hidden name=db value=&quot; &amp; request(&quot;db&quot;) &amp; &quot;&gt;&lt;/td&gt;&lt;/tr&gt;&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; for i = 0 to CInt(UBound(fieldArr))<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if isArray(fieldValues) then temp = fieldValues(i)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; response.write &quot;&lt;tr&gt;&lt;td&gt;&quot; &amp; fieldArr(i) &amp; &quot;&lt;/td&gt;&lt;td&gt;&lt;input name=&quot; &amp; fieldArr(i) &amp; &quot; size=30 value=&quot; &amp; chr(34) &amp; temp &amp; chr(34) &amp; &quot;&gt;&lt;/td&gt;&lt;/tr&gt;&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; next<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; response.write &quot;&lt;tr&gt;&lt;td&gt;&lt;/td&gt;&lt;td&gt;&lt;input type=submit value=Submit&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/form&gt;&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; end if<br />
end if<br />
%&gt;</code> </div></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum62.html">ASP</category>
			<dc:creator>aaronseidman</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread123030.html</guid>
		</item>
		<item>
			<title>Is it possible to run ASP under LINUX</title>
			<link>http://www.daniweb.com/forums/thread122906.html</link>
			<pubDate>Wed, 07 May 2008 07:42:29 GMT</pubDate>
			<description>To make ASP run under Linux, PHP script files are saved as ASP extensions and are redirected to the PHP interpreter. So it looks like the server serves ASP files, but these are actually PHP scripts.</description>
			<content:encoded><![CDATA[<div>To make ASP run under Linux, PHP script files are saved as ASP extensions and are redirected to the PHP interpreter. So it looks like the server serves ASP files, but these are actually PHP scripts.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum62.html">ASP</category>
			<dc:creator>hostingcp</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread122906.html</guid>
		</item>
		<item>
			<title>asp and SQL Server</title>
			<link>http://www.daniweb.com/forums/thread122785.html</link>
			<pubDate>Tue, 06 May 2008 15:45:26 GMT</pubDate>
			<description>Hi guys,

I was wondering if someone could help me please.
How do i query the database using ASP and Dreamweaver to return the field names of a table?

Thanks!
Any ideas greatly appreciated.

GLT</description>
			<content:encoded><![CDATA[<div>Hi guys,<br />
<br />
I was wondering if someone could help me please.<br />
How do i query the database using ASP and Dreamweaver to return the field names of a table?<br />
<br />
Thanks!<br />
Any ideas greatly appreciated.<br />
<br />
GLT</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum62.html">ASP</category>
			<dc:creator>GLT</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread122785.html</guid>
		</item>
		<item>
			<title>UPDATING database through textbox</title>
			<link>http://www.daniweb.com/forums/thread122245.html</link>
			<pubDate>Sat, 03 May 2008 10:37:44 GMT</pubDate>
			<description>hello all,

i m trying to edit the values in database through textbox in ASP.

first i retrived the values from database and set those values to the value property of textboxes on the form so that user can see the old values.

now, i want him to enter new values in the same textboxes and when he...</description>
			<content:encoded><![CDATA[<div>hello all,<br />
<br />
i m trying to edit the values in database through textbox in ASP.<br />
<br />
first i retrived the values from database and set those values to the value property of textboxes on the form so that user can see the old values.<br />
<br />
now, i want him to enter new values in the same textboxes and when he click on update the new values should be updated in the database.<br />
<br />
can any one tell what i have to do to get those new values????<br />
when to submit the form????</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum62.html">ASP</category>
			<dc:creator>yash777</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread122245.html</guid>
		</item>
		<item>
			<title>Getting Started with asp.net</title>
			<link>http://www.daniweb.com/forums/thread122166.html</link>
			<pubDate>Fri, 02 May 2008 19:13:45 GMT</pubDate>
			<description><![CDATA[I'm just getting started with asp.net.  Currently I'm using visual web developer express and sql server express.  

I've created a small project but find when I run it in debug mode it works great.  When I try to access it from another browser window I can as long as I use the same port and the sql...]]></description>
			<content:encoded><![CDATA[<div>I'm just getting started with asp.net.  Currently I'm using visual web developer express and sql server express.  <br />
<br />
I've created a small project but find when I run it in debug mode it works great.  When I try to access it from another browser window I can as long as I use the same port and the sql server express is running and if I try to access it over the Internet I have nothing but trouble.<br />
<br />
Can anyone tell me where to go from here?  I'm figuring I'll need to purchase a regular copy of visual studio and sql server, but I need someone to point me in the right direction.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum62.html">ASP</category>
			<dc:creator>RandyRich</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread122166.html</guid>
		</item>
		<item>
			<title>For Loop</title>
			<link>http://www.daniweb.com/forums/thread122147.html</link>
			<pubDate>Fri, 02 May 2008 17:46:20 GMT</pubDate>
			<description><![CDATA[How to I rearrange this so that only distance less than or equal to 25 are displayed? 

 <div class="codeblock"> <div class="spaced"> <div class="light" style="float:right"> <a href="/forums/misc.php?do=explaincode&amp;TB_iframe=true&amp;height=400&amp;width=680" class="thickbox" title="Help with...]]></description>
			<content:encoded><![CDATA[<div>How to I rearrange this so that only distance less than or equal to 25 are displayed? <br />
<br />
<div style="margin:10px 20px 20px 20px"> <code style="margin:0px" dir="ltr" style="text-align:left">For i = 1 to 20<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  Display(rs)<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  rs.MoveNext<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  If rs.Eof Then Exit For<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  If rs(&quot;distance&quot;)&gt;25 Then Exit For<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Next</code> </div></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum62.html">ASP</category>
			<dc:creator>pit1031</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread122147.html</guid>
		</item>
		<item>
			<title>Please help me get started</title>
			<link>http://www.daniweb.com/forums/thread122120.html</link>
			<pubDate>Fri, 02 May 2008 14:27:10 GMT</pubDate>
			<description>I know nothing about ASP and I am intrested in learning it.
Please help me find a good means to start.</description>
			<content:encoded><![CDATA[<div>I know nothing about ASP and I am intrested in learning it.<br />
Please help me find a good means to start.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum62.html">ASP</category>
			<dc:creator>Prabakar</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread122120.html</guid>
		</item>
		<item>
			<title>What is client side vbscript?</title>
			<link>http://www.daniweb.com/forums/thread121964.html</link>
			<pubDate>Thu, 01 May 2008 19:25:26 GMT</pubDate>
			<description><![CDATA[I've just inherited some classic ASP code that apparently uses client side vbscript.  The bulk of our code is classic ASP with server side VBScript, but I've always done any client side with Javascript, since as long as I can remember.  I didn't even know there was client-side vbscript until the...]]></description>
			<content:encoded><![CDATA[<div>I've just inherited some classic ASP code that apparently uses client side vbscript.  The bulk of our code is classic ASP with server side VBScript, but I've always done any client side with Javascript, since as long as I can remember.  I didn't even know there was client-side vbscript until the inherited site broke and wouldn't work because I was using Firefox.<br />
<br />
Granted I'm relatively young I guess, but I've always tried to make my web application code as basic and browser agnostic as possible.  I'll test it on a variety of browsers and try not to use any browser-specific functionality.  This inherited code seems to be ripe with ActiveX controls and now this vbscript stuff.  How pervasive is this?  Can client vbscript be converted to javascript fairly easily?  Do people still even actually develop with client vbscript functions?!?  Anyone have any experience with this?  Thanks!</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum62.html">ASP</category>
			<dc:creator>edmicman</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread121964.html</guid>
		</item>
	</channel>
</rss>
