<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tag 'JavaScript'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=JavaScript&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'JavaScript'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Help with &amp;lt;tr&amp;gt; element and onClick client-side call to some script</title><link>http://forums.asp.net/thread/3594573.aspx</link><pubDate>Sat, 02 Jan 2010 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3594573</guid><dc:creator>dzieba</dc:creator><description>&lt;p&gt;&lt;font color="#0000ff"&gt;I am trying to get my ListView to select the item that was clicked.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;I have it working with a CommandButton in the listViewItem, but I would like to have the item select when the user clicks anywhere on the row.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;I need to somehow PostBack or otherwise get the ListView to return to the server and re-bind with data. I just don&amp;#39;t know enough about client-side script to get this done.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff"&gt;As I am writing this, I am realizing that this is server-side code but I still need help to accomplish the same thing.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is the&amp;nbsp;HTML client-side code&amp;nbsp;of interest. Specifically, the onClick event.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;lt;tr&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;onmouseover&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;this.className = &amp;#39;tableRowHilite&amp;#39;&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;onmouseout&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;this.className = &amp;#39;tableBody&amp;#39;&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;strong&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;onclick&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;
&lt;p&gt;&lt;strong&gt;javascript:SelectTheIndex(0)&lt;/strong&gt;&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;td&amp;gt;&lt;/p&gt;
&lt;p&gt;...content...&lt;/p&gt;
&lt;p&gt;&amp;lt;td/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;tr/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is the script that gets called. It does hit this code because the messagebox in the code pops up.&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;lt;script&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;type&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;function &lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;SelectTheIndex(inx) {&lt;/font&gt;&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008000" size="2"&gt;&lt;font color="#008000" size="2"&gt;
&lt;p&gt;var sel = document.getElementsByName(&amp;#39;ListView2&amp;#39;);&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008000" size="2"&gt;&lt;font color="#008000" size="2"&gt;
&lt;p&gt;sel.SelectedIndex = inx;&lt;/p&gt;
&lt;p&gt;alert(&amp;#39;I am here&amp;#39;);&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;
&lt;p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;lt;script/&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;&lt;/p&gt;&lt;/font&gt;</description></item><item><title>Creating/Opening Tabs Dynamically inside CSS</title><link>http://forums.asp.net/thread/3593089.aspx</link><pubDate>Fri, 01 Jan 2010 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3593089</guid><dc:creator>smithspd</dc:creator><description>&lt;p&gt;Hi &lt;br /&gt; &lt;br /&gt; I&amp;#39;m trying to create new tabs within page. When I click a
link in my navmenu, it should open the Redirected page in a new tab
within the page as new tab (not the browser tab). It is something like the visual
studio, where we get the page opened inside a new tab when you click an
item in the Solution explorer.&lt;br /&gt; Would any body let me know how to
implement this functionality. (generate tab with close functinality). I
m not talking about TabStrip.&lt;br /&gt; &lt;br /&gt; Thanks&lt;/p&gt;</description></item><item><title>How to show who are online</title><link>http://forums.asp.net/thread/3590721.aspx</link><pubDate>Thu, 31 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3590721</guid><dc:creator>anil_foryouranswers</dc:creator><description>&lt;p&gt;Hi all.........&lt;/p&gt;&lt;p&gt;I am a beginner to .net. Currently i am doing a project which needs to show the names and picture of the people who are online. Also i need to show an icon below them to indicate they are online. I donot know how to achieve this . so please give me your valuable answers and suggestions. Hoping for the best&lt;/p&gt;&lt;p&gt;Thanks n regards&lt;/p&gt;&lt;p&gt;anil&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Need help from a ASP guru on a Dating Site</title><link>http://forums.asp.net/thread/3586111.aspx</link><pubDate>Mon, 28 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3586111</guid><dc:creator>Expert Advice</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I developed a dating site which you can record your video, watch others video, send video message, moreover you can&amp;nbsp;do video chat instantly. All other dating site features are also included to my developed dating sites.&lt;/p&gt;
&lt;p&gt;I used asp.net, sql server, javascript , java for backhand video recording.&lt;/p&gt;
&lt;p&gt;But this site needs powerfull host.&lt;/p&gt;
&lt;p&gt;If you want I can sell my&amp;nbsp;completed dating site to you . Its cost is 8000$. it is not expensive, since it has very complicated features.&lt;/p&gt;
&lt;p&gt;You can visit &lt;a href="http://www.videoevlilik.com"&gt;www.videoevlilik.com&lt;/a&gt; but it is in turkish.&lt;/p&gt;
&lt;p&gt;you can reach me at&amp;nbsp;info ( at ) videoticaret.com. I can show you the details on teamweaver with skype.&lt;/p&gt;</description></item><item><title>Re: ASP.NET Developer needed in Baton Rouge, LA</title><link>http://forums.asp.net/thread/3583839.aspx</link><pubDate>Sat, 26 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3583839</guid><dc:creator>mohammadtanveer</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;I am Tanveer, I have 6+ years of web development experience and have worked on more than 20 websites/web applications like Portals, Ecommerce, Auctions, Multilevel Marketing, Ads Management, Real Estate, Online Jobs, Online Music, Web to SMS, Online News, Online Calssifieds, Shopping Carts.&lt;br /&gt;I have done most of the&amp;nbsp; websites/web applications completely and some in the form of a team using different technologies like Asp.Net,PHP,Wordpress,Joomla,MVC,Ajax,Silverlight,C#.Net,VB.NET,JQuery,Javascript,HTML,CSS,MSSQL Server,MySQL.&lt;br /&gt;&lt;br /&gt;Some examples of my work are as follows:&lt;br /&gt;&lt;br /&gt;http://thebirthdirectory.com/&lt;br /&gt;http://www.crebn.com/&lt;br /&gt;http://linksexchangedirectory.org/&lt;br /&gt;http://www.capitalcaterers.co.uk/&lt;br /&gt;http://project19.tempowebdesign.co.uk/&lt;br /&gt;http://www.mortanian.com/v2/&lt;br /&gt;http://www.renaissancehomebuilder.com&lt;br /&gt;http://www.coldwatersda.com&lt;br /&gt;http://www.hambelly.com&lt;br /&gt;http://www.nulled2.com/auction&lt;br /&gt;http://www.iraq2us.com&lt;br /&gt;http://www.abtxt.com&lt;br /&gt;http://www.abetterdriver.com&lt;br /&gt;http://www.biotechbuildings.com&lt;br /&gt;http://www.desisong.com&lt;br /&gt;http://www.workforce.com.pk&lt;br /&gt;http://www.pakistanway.com&lt;br /&gt;http://www.phoneride.com&lt;br /&gt;http://www.instawireless.com&lt;br /&gt;http://www.illinoisdivorce.com&lt;br /&gt;&lt;br /&gt;My Contact ids:&lt;br /&gt;&lt;br /&gt;msn: tanveer_411393@hotmail.com&lt;br /&gt;skype: mohammadtanveer&lt;br /&gt;gtalk: mtanveer@gmail.com&lt;br /&gt;yahoo: mtanveer123@yahoo.com&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div id="refHTML"&gt;&lt;/div&gt;</description></item><item><title>Re: runtime values to javascript</title><link>http://forums.asp.net/thread/3582948.aspx</link><pubDate>Fri, 25 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3582948</guid><dc:creator>HerryAtHotmail</dc:creator><description>&lt;p&gt;hi.&lt;/p&gt;&lt;p&gt;please try this.&lt;/p&gt;&lt;p&gt;(1) put GetSqlValue() just before &amp;lt;/body&amp;gt; tag.&lt;/p&gt;&lt;p&gt;(2) use &lt;b&gt;document.getElementById(&amp;#39;&amp;lt;%=hdn1.ClientID %&amp;gt;&amp;#39;).value&lt;/b&gt; syntex for getting and setting in function.&lt;/p&gt;&lt;p&gt;(3) write this btnGetQuery.Attributes.Add(&amp;quot;onclick&amp;quot;, &amp;quot;javascript:GetSqlValue();&amp;quot;); in the same event where you have write&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; hdn1.Value = mySqlReturnedValue;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;may this will solve this your problem.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;thanks.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: how to show the prev page an Next page of form</title><link>http://forums.asp.net/thread/3583116.aspx</link><pubDate>Fri, 25 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3583116</guid><dc:creator>HerryAtHotmail</dc:creator><description>&lt;p&gt;hi.&lt;/p&gt;&lt;p&gt;you can use &lt;/p&gt;&lt;p&gt;&lt;b&gt;&amp;lt;a href=&amp;quot;javascript:history.go(-1)&amp;quot;&amp;gt;Back&amp;lt;/a&amp;gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt; &amp;lt;a href=&amp;quot;javascript:history.go(1)&amp;quot;&amp;gt;Next&amp;lt;/a&amp;gt;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;thanks.&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;</description></item><item><title>Re: Looking for experienced freelance .net developer</title><link>http://forums.asp.net/thread/3580480.aspx</link><pubDate>Wed, 23 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3580480</guid><dc:creator>mohammadtanveer</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am Tanveer, I have 6+ years of web development experience and have worked on more than 20 websites/web applications like Portals, Ecommerce, Auctions, Multilevel Marketing, Ads Management, Real Estate, Online Jobs, Online Music, Web to SMS. I have done most of the&amp;nbsp; websites/web applications completely and some in the form of a team using different technologies like HTML, CSS, Javascript, Asp.Net, PHP, MSSQL Server, MySQL, Ajax, Silverlight.&lt;/p&gt;
&lt;p&gt;Some examples of my work are as follows:&lt;/p&gt;
&lt;p&gt;http://www.crebn.com/&lt;br /&gt;&lt;a href="http://thebirthdirectory.com/"&gt;http://thebirthdirectory.com/&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.linksexchangedirectory.org/"&gt;http://www.linksexchangedirectory.org/&lt;/a&gt;&lt;br /&gt;&lt;a href="http://project19.tempowebdesign.co.uk/"&gt;http://project19.tempowebdesign.co.uk/&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.mortanian.com/v2/"&gt;http://www.mortanian.com/v2/&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.coldwatersda.com"&gt;http://www.coldwatersda.com&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.hambelly.com"&gt;http://www.hambelly.com&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.iraq2us.com"&gt;http://www.iraq2us.com&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.abtxt.com"&gt;http://www.abtxt.com&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.abetterdriver.com"&gt;http://www.abetterdriver.com&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.biotechbuildings.com"&gt;http://www.biotechbuildings.com&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.desisong.com"&gt;http://www.desisong.com&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.workforce.com.pk"&gt;http://www.workforce.com.pk&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.pakistanway.com"&gt;http://www.pakistanway.com&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.phoneride.com"&gt;http://www.phoneride.com&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.instawireless.com"&gt;http://www.instawireless.com&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.illinoisdivorce.com"&gt;http://www.illinoisdivorce.com&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.nulled2.com/auctionMy"&gt;http://www.nulled2.com/auction&lt;/a&gt; Contact ids:&lt;/p&gt;
&lt;p&gt;My&lt;/p&gt;
&lt;p&gt;msn: &lt;a href="mailto:tanveer_411393@hotmail.com"&gt;tanveer_411393@hotmail.com&lt;/a&gt;&lt;br /&gt;skype: mohammadtanveer&lt;br /&gt;gtalk: &lt;a href="mailto:mtanveer@gmail.com"&gt;mtanveer@gmail.com&lt;/a&gt;&lt;br /&gt;yahoo: &lt;a href="mailto:mtanveer123@yahoo.com"&gt;mtanveer123@yahoo.com&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Setting default date in textbox control that uses JQuery datepicker()</title><link>http://forums.asp.net/thread/3581150.aspx</link><pubDate>Wed, 23 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3581150</guid><dc:creator>CBunn</dc:creator><description>&lt;p&gt;I&amp;#39;m trying to set the default date today&amp;#39;s date when a page loads.&amp;nbsp; I&amp;#39;m using the jquery&amp;nbsp;datepicker() widget.&amp;nbsp; The documentation says to do the following which is not working for me:&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;pre class="c-sharp" name="code"&gt;$(&amp;#39;#txtDateReceived&amp;#39;).datepicker({showOn: &amp;#39;button&amp;#39;, buttonImage: &amp;#39;Images/Calendar.PNG&amp;#39;, buttonImageOnly: true, &lt;strong&gt;currentText: &amp;#39;Now&amp;#39;&lt;/strong&gt;})

$(&amp;#39;#txtDateReceived&amp;#39;).datepicker(&amp;#39;option&amp;#39;, &lt;strong&gt;&amp;#39;currentText&amp;#39;, &amp;#39;Now&amp;#39;&lt;/strong&gt;);&lt;/pre&gt;
&lt;p&gt;My understanding is that&amp;nbsp;the &lt;em&gt;currentText&lt;/em&gt; is supposed to do this.&amp;nbsp; I also tried &amp;#39;Today&amp;#39; instead of &amp;#39;Now&amp;#39; which is the default, to no avail.&amp;nbsp; Does anyone know a solution to this?&amp;nbsp; Any help is appreciated.&lt;br /&gt;&lt;/font&gt;&lt;/p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Debugging JScript Error</title><link>http://forums.asp.net/thread/3578953.aspx</link><pubDate>Tue, 22 Dec 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3578953</guid><dc:creator>pjharren</dc:creator><description>&lt;p&gt;&amp;nbsp;I am debugging a JScript file using Visual Web Developer.&amp;nbsp; I make a change to the script in VWD, save it, rebuild the site and start debugging.&amp;nbsp; The script is displayed showing my changes, but the old script is executed.&amp;nbsp; I have tried closing the project, exiting&amp;nbsp;VWD, and&amp;nbsp;then deleting the temporary files which seems to work sometimes.&amp;nbsp; Refreshing IIS doesn&amp;#39;t help.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Accessing the site directly from a browser outside of VWD executes the correct script.&lt;/p&gt;
&lt;p&gt;Any suggestions to get rid of the old script and execute the changed version?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Pat Harren&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>