15,127 Topics

Member Avatar for
Member Avatar for SeekAnswers

Good afternoon all, does anyone know how to connect to a SQL database, using Javascript? I only know how to do it in VBScript, and not Javascript, can anyone help, thanks... Have a nice day...

Member Avatar for william_stam
0
112
Member Avatar for symbollion

Hi.. All, I want to 'decrease' the execution time of my script... some persons told to me to use 'Timer' .. But I don't have good idea about 'Timer' and I am new for 'javaScript' so please tell me how can I 'decrease' my script execution time using 'Timer' So …

Member Avatar for alpha_foobar
0
69
Member Avatar for j4mes_bond25

Is there any way in CSS (without using any JavaScript) which allows us to NOT to have scrollbars next to "certain contents" only. I'm getting my inspiration from this website: [url]http://www.tristarwebdesign.co.uk/templates/templates/infinity/index.html[/url] My very top space is for "company's logo" & I don't want a scroll bar appearing on the right …

Member Avatar for John.Nye
0
2K
Member Avatar for symbollion

Hi..Friends ... when i use Firefox 1.5.0.3 ,i get always 'Unresponsive Script' pop-up... and i know we can 'solve' this issue with the setting of 'dom.max_script_run_time=20' config variable(Type about:config in address bar)... But my problem is --- I want to change 'dom.max_script_run_time' through 'javascript' code ...means when i will run …

Member Avatar for John.Nye
0
67
Member Avatar for andyux

Any help or direction is appreciated - i have a script that can write(text) something, but i dont know how to get it to run another script- sorry, it sounds elemental, just learning- thanks! intead of when true or false write (text), i need to insert another script- so if …

Member Avatar for tgreer
0
134
Member Avatar for Heartyn

Hi Friends, Is it possible to download a file from the server and save it in the local pc. If possible what is the steps to be followed. Plz reply me....................:?: Regards Heartyn

Member Avatar for tgreer
0
148
Member Avatar for symbollion

I am getting 'Unresponsive Script' error in FireFox1.5.03...and to fix this problem i need to make my script 'Fast' can anybody help me ..how can i make my script 'Fast'.... i need to modify my script ..which take less time to execute.... can anybody help me with some 'code Example' …

Member Avatar for tgreer
0
153
Member Avatar for mofo89

Hey guys, I need a bit of help with my project. I am supposed to make a turtle graphics program that has a 50x50 grid and incorporates penup/pendown/up/down/left/right buttons. I've experimented with the concept and came up with a few ideas but i was just wondering how you might suggest …

0
72
Member Avatar for arnar

Hi everybody I have one question. I´m quite new to HTML programming, but have been dabbling with it. I have a website that has two dropdownlists (ASP.NET controls). One ddl is filled on Page_Load with the months available. The other I have filled with every week of the corresponding month …

Member Avatar for tgreer
0
251
Member Avatar for Sulley's Boo

How can i display the dates that i have in my table in a different color if they were less than today's date? :confused: ..

Member Avatar for Sulley's Boo
0
296
Member Avatar for stevenpowen

Hi everyone: How do I get an Image to scroll vertically down the Web page when the browser window scroll bar is moved. In other words, the image moves as the scolling browser window moves - up or down. thanks for your help.

Member Avatar for iamthwee
0
414
Member Avatar for amathias

I am trying to access a SQL database and run a query. I am brand new with ASP and simply need the syntax to login and the for SQL queries in ASP. Any help would be appreciated, Thanks! Andrew

Member Avatar for campkev
0
93
Member Avatar for eltommyo

ok, i am having a problem, i have a player at [url]www.ghostlypets.com[/url] , i found the script at a friends site, copied it, and modified it, when i try to play a song it takes about 3 minutes to buffer, it is [I]not[/I] my computer, also sometimes it doesnt work …

Member Avatar for Comatose
0
179
Member Avatar for 100%

Hey everyone, Okay, i've got a pretty okay understanding of HTML and CSS. Parts of HTML I havnt learnt yet are Forms/Tables and Frames, After I have a basic understanding of that I want to move on to javascript, but I want to do it quickly, so if someone can …

Member Avatar for iamthwee
0
212
Member Avatar for riot

Hi All, Can anyone help with a problem I have? I'm using a Random Image javascript code with images that include links. I link to pages on my site (not opening in a new window), which I've managed OK. But I also want to link to new (or blank) pages …

Member Avatar for tgreer
0
114
Member Avatar for runaway

hello,i have a nice-looking dhtml menu written by javascript,the javascript code is in a separate .js file,and when i use it in html page,i just insert <script type="text/javascript" language="JavaScript1.2" src="stmenu.js"></script>in <head></head>tag and it works fine now i want to use this menu in .aspx page ,is it possible ?and how? …

Member Avatar for tgreer
0
158
Member Avatar for j4mes_bond25

After realising the importance of "validating" my XHTML document, I'm going through the validation process by trying to validate each of my HTML page. Couple of problems that was beyond me includes: [CODE] # Error Line 11 column 8: there is no attribute "name". <a name="top"><img src="about.gif" alt=""/></a> You have …

Member Avatar for j4mes_bond25
0
171
Member Avatar for alphabravo

I am trying to write a page that uses Javascript to post a variable to [I]another[/I] page so that it does not appear in the address bar. There are pages out there that almost do what I would like them to do, but are confusing... part of the reason for …

Member Avatar for tgreer
0
103
Member Avatar for web developer

[CENTER][B]Hi all, I am want to know if i can create files and work in streams by javascript . if that is available please send to me the idea and the code if available. Thanx.[/B][/CENTER]

Member Avatar for tgreer
0
88
Member Avatar for damiokuneye

Hi guys, i want to create a database application to reside on a cd. My challenge is what application should I use to develop the front end. The client wil prefer if it is auto-run and not requiring installation which I'm not sure is possible. Someone said the options are …

Member Avatar for damiokuneye
0
523
Member Avatar for cancer10

ok here it goes: I ahve 2 textbox within a form on my HTML page I want to display the text "SHOUVIK" (without quotes) on the second textbox as soon as I click on the first textbox Is this possible? Kindy help

Member Avatar for cancer10
0
97
Member Avatar for jubberly

Greetings, I'm totally inexperienced in website design but a keen learner:mrgreen: What do I need to do in order to allow visitors to my website to submit photo's on a submit form? Thanks!

Member Avatar for tgreer
0
71
Member Avatar for AhmedHan

[CODE]<html> <head> <meta http-equiv="Content-Type"content="text/html; charset=windows-1254"> <title>JavaScript</title> </head> <body bgcolor="#000000" text="#ffffff" vlink="#99FF33" link="#FF99FF"> <script language="javascript"> function ShowValue() { document.TextBox.value = "You clicked the button."; //Error on this line } </script> <input type="text" name="TextBox" width="128"><br> <input type="button" name="Show" value="Show" onClick="ShowValue();"> </body> </html>[/CODE] Text control doesn't show the text. Why doesn't it?

Member Avatar for tgreer
0
101
Member Avatar for rbunge

I would like to use aherf and link to a web site and auto bring up the javascript:alert(document.lastModified) for that site without any user input. Just link to the site and get the last modified date. I have a links section on my website and want users to be able …

Member Avatar for tgreer
0
96
Member Avatar for sqlchopper

I tried several things. i get invalid char or no object. can one change fore color or setup a mask. the text box contains numbers and if the number is negitive i need it to show in red, black if not. var oRed = '#ff0000' var oBlack = '#000000' if …

Member Avatar for sqlchopper
0
254
Member Avatar for jiruiz78

Hello there, I need my page to randomly select a CSS document. I don't want the user to select it, but instead to do it when the page loads. This is the script I have so far: [INLINECODE]<script language="javascript" type="text/javascript"> var ranNum= Math.floor(Math.random()*3+1); document.write("<link rel='stylesheet' href='hd"+ranNum+".css' type='text/css'>"); </script>[/INLINECODE] This function …

Member Avatar for jiruiz78
0
118
Member Avatar for Spycat

Ok, as usual, Internet Explorer is playing games with me in rendering code. I need a fresh set of eyes to look things over, cuz apparently I am missing it. Anyway, in the center of the page there should be some black text that says "Heading" a few lines of …

Member Avatar for Spycat
0
151
Member Avatar for techkar

hi all, here I'm having a problem, When u type a letter on the textbox it shoud display the remaining or matched name from the database, on or below the text box.It is named as [B](autocomplete)[/B].I searched on popular search engines but coul'd find the solution. If any of you …

Member Avatar for cpweb
0
96
Member Avatar for rongladd

Regarding my website at: [url]http://www.artmakers.com[/url] The below javascript, which rotates a .gif image logo, works fine on my website with Internet Explorer, but when Viewed with Firefox it will not move the image. The error message in the Firefox Javascript Console is: Error: circleLayer is not defined Source File: index.html …

Member Avatar for tgreer
0
82
Member Avatar for manish Kishore

Hi All, I am generating the Rows Dynamically in the table. Problem is that for the first row calendar pop up window is coming and for the other window it is not coming. I am pasting the code.... plese let me know where is the error. [HTML] <html> <head> <title>RFF …

Member Avatar for alpha_foobar
0
104

The End.