Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
6
Posts with Upvotes
6
Upvoting Members
6
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
0 Endorsements
Ranked #2K
~30.8K People Reached
About Me

Computer Consultant

Member Avatar for Siberian

function ty(pcheck) { document.write("I want "+pcheck); } var pcash = 500; ty(pcheck); Can the outside variable have a different name and the function still call it ? I read it can, so when I attempt it, it doesn't work ! function hu () { var one = "today"; var two …

Member Avatar for Siberian
0
160
Member Avatar for Doogledude123

Alright so I want to Display a Browser Not Supported Message if the user is using IE 9 or less. Yes, I am limiting the users, I know. I want this done in JavaScript ONLY. Anyway, I have found a way that checks for IE. If 'ie' = null the …

Member Avatar for Doogledude123
0
15K
Member Avatar for nouth

my [previous question](http://www.daniweb.com/web-development/javascript-dhtml-ajax/threads/477450/convert-str-to-var) about this dealt with global vars but unfortunatley the `window` of opportunitys doesn't work with this next example because it alerts 4 times instead of only 1 test("a","b","c"); function test(var0,var1,var2,var3) { for(var i=0; i<4; i++) { if(window["var"+i]===undefined) {alert("test");} } } this may not be very clear so …

Member Avatar for felgall
0
345
Member Avatar for felgall

JavaScript doesn't actually have a sleep() function corresponding to what is available in other languages. We can easily implement one though. The following code uses afunc as an example function where we want to be able to have the code sleep for a number of milliseconds between sections of code. …

Member Avatar for Troy III
0
348
Member Avatar for kincaid

Hello everyone - new member here! I have a javascript function for creating an 'add bookmark' link on my pages. For firefox it uses window.sidebar.addPanel to add the bookmark [code] function addBookmark(title, url) { if (window.sidebar) { // firefox window.sidebar.addPanel(title, url,""); } else if( document.all ) { //MSIE window.external.AddFavorite( url, …

Member Avatar for atul.kushwah
0
848
Member Avatar for morrisproject

I am trying to use javascript to validate text boxes on my form. I am currently using this code: [CODE]<script type="text/javascript"> function validate_form (){ var myTextField = document.getElementById('Motor_Temperature'); if(myTextField.value == "") alert("Please fill in Motor Temperature") return false;} else { return true; } </script> </head>[/CODE] But i keep getting an …

Member Avatar for jmichae3
0
145
Member Avatar for chound

Is it possible to create programmes to run on coumputers thad do not have any operating systems? :evil: :cheesy: :sad:

Member Avatar for aer9998
2
216
Member Avatar for ChrisJ

I have tried to modify the PHP in an OSCommerce file, while trying to get my OSCommerce site up. I have apparently created the following Parse error: ....... /create_account_success.php on line 16. I am not a programmer and no very little PHP. Is it acceptable to paste the PHP here …

Member Avatar for anonymousabyss
0
266
Member Avatar for bugbeak

I got a laptop today, but it came with the hard drive partitioned in two. Is there a way to "de-partition" them without running Setup? I'm using Win XP Pro SP1, by the way.

Member Avatar for gerbil
0
239
Member Avatar for server_crash

I'm testing something on an old version of netscape, specifically 4.7. Everythings fine except for my javscript function doesn't work because it says getElementById is not a function: document.getElementById('ncp').src = "ncp" + pictureNum + ".jpg"; I've got many more of these type lines but it works fine in IE and …

Member Avatar for agb_bbsr
0
406
Member Avatar for Kayoss

Hello all! I have a javascript running on my site at [url]http://www.kayoss.net[/url] that disables right clicking (viewing source, saving pictures, etc.) that works beautifully in IE...but not in Firefox. Does anyone know of a solution?

Member Avatar for fxm
0
410
Member Avatar for cuddlers89

Hi everyone I can't remember how to get rid of the border on images when i use them as links, and also can someone remind me the code for changing text links, sumthin link <body alink="" vlink=""> But i can't remember it very well.

Member Avatar for diafol
0
156
Member Avatar for techhelpforme

This works: -----------PrintInfo.php <?php phpinfo(); ?> -------------------------- But this doesn't: -------------PrintInfo.html <html> <head> <title> Hello World </title> </head> <body> <?php echo 'This is my first PHP web page.'; ?> </body> </html> ------------------------- I'm using Apache 2.0 on WinXP Home with php 5. Thanks!

Member Avatar for diafol
0
3K
Member Avatar for jessiemcmillan

who thinks bill is evil, at the title put a thumbs up if u agree, if not put thunbs down when u reply.

Member Avatar for Zappaboss
-1
353
Member Avatar for Dick

I created a new partition on my HD running XP. I formatted it in FAT32. I want to reformat it back to FAT or FAT16. When I use the disk manager to format, it goes through the motions and I end up back with FAT32. I think I saw someone …

Member Avatar for gerbil
0
1K
Member Avatar for lmike

Hi guys, I have a Windows XP (with SP2) box running Firefox 0.10 (yesterday nightly build). Using a ADSL connection, Firefox is able to open pages from the web without any problem. But using Internet Explorer, it always get a "cannot open page" error. I've already run ad-ware and spybot …

Member Avatar for bugmenot
0
601
Member Avatar for NuGG

I have obtained the following script which only lets a page load if the visitor has been to the previous page, if they haven’t it sends the visitor to the appropriate page. However, it only works in Mozilla. Can anyone help me adapt this script to work in Internet Explorer? …

Member Avatar for HazardTW
0
279
Member Avatar for Kamex

I'm not sure what forum to put this in, so I put this in the Linux forum because people here would be more knowledgable about duel-booting. I recently discovered I still have IBM DOS 5.0 install diskettes, and I would like to install DOS on my computer. Currently, I have …

Member Avatar for John A
0
139
Member Avatar for Gatorbabe

Okay everyone. I will admit that I am a newbie to this forum. Just when I think I consider myself having mastered much of the "basics," I suddenly find myself stumped, once again. For the record, I have been a computer buff since the EARLY 1990's. In fact, I ran …

Member Avatar for lol_hacker101
0
339
Member Avatar for smartdetect

Hey can any one tell me how can i format the drive containing the win xp , bcasue u cannot go in pure DOS mode , and in the safe mode cmd promt it says 'some files r used, cannnot format.... 'what 2 do ?? -sandeep

Member Avatar for DMR
0
280
Member Avatar for martinkorner

How do I make a button that will bring up the download box for something on my website, without the user having to right-click and select "Save Target as..." :?: Thanks :lol: Martin :lol:

Member Avatar for tgreer
1
1K
Member Avatar for raywood5

I am looking for a script that will promt the user to bookmark my site when they try to close the browser. I have seen them in the past I cant seem to find one now that I need it.

Member Avatar for martinkorner
0
204
Member Avatar for maj

Hi there, I have some java script menus created and I'm calling them from the <body onload> tag as follows: <body onload="initjsDOMenu()"> Because of this, the menu is the last thing to load on the page. I want it to be the first thing to load. Anyone know what I …

Member Avatar for vivek vermani
0
201
Member Avatar for chrisjb

I have a wrapper with two columns using float: left to align them and a clear: both on an hr tag underneath them. When I used to work in html 4.0 this method used to work allowing the background images in the div of each column to stretch to the …

Member Avatar for jeweline
0
254
Member Avatar for jakeday

Hi all, I'm very, very new to Java / Javascript, but have a couple of years experience with other programming languages. - (inexperience may explain a novicey question However, I wanted to learn a web-enabled language to capture data from certain websites to build systems for my "sports-betting" hobby. I've …

Member Avatar for jakeday
0
308
Member Avatar for Kamex
Member Avatar for Sparkplug188
0
440
Member Avatar for BizSeek

Hi, Do search engines have preference for domain name extensions. For example using a .com, .biz or a country extension such as .co.za. Any comments or views about the relevance or lack of it on domain name extensions and the success of search engine indexing would be appreciated. Thank you.

Member Avatar for Mr.'BackUp'
0
176
Member Avatar for Karkinnen

i have windows xp sp1, i currently use firefox, opera, ie, and netscape. is there any other GOOD browsers out the that you would recommend i try? i can only seem to find shells for ie. also, anyone know a good shell to use for ie? i tried one, and …

Member Avatar for helloimtim
0
180
Member Avatar for Kamex

I have windows XP, but I installed DOS on my computer. I think this forum could help me because people here work with DOS. I have no sound in DOS. My sound is fine in XP. My sound card is: ESS 1969 PCI AudioDrive (WDM) How do I get sound …

Member Avatar for pho
0
305
Member Avatar for smartdetect

:?: whats this latest buzz about SAP...where is it used ....is it in anyway related to "software engineering(the 'pressman' one) ???....just too curious to know aboput this animal !!!!! thank you -sandeep

Member Avatar for felgall
0
93