Hello, Google told me to place this code at the very bottom of my website, before the closing body tag.
<script type="text/javascript">
var ...
Okay I have this popover we want to use on our site where it will show a div in the center of the window...
Currently my code to position the div looks like this.....
var IpopTop = ...
I am createing an attendance management system for a school in PHP and have come into some trouble.
On the registers form, i have an array of drop down lists called "mark" and each ones ind...
Hi,
Once the user selects a Town and clicks "Go" I wish the selected page to open in the same window and not load to "_blank" as it does at present. (see code below)
<SELECT id=discover ...
I am looking for the primary software or application that I can add to a website that allows me to track a mobile phone / device with a SIM card in the UK and overseas. Does anybody know what ...
Hi ,
I had a criteria in my web page i have 2 allow the user to enter any decimal value with (20,4) size and i need to sum such a 4 values , so i tried with parseFloat() ,but as of the value...
how do i read a text file using javascript activexobject
on local machine.
I need a function for avoid the user going back in the history.
The ideal can be an equivalent to history.clear, this way the visible page would be the only and the back doesn't work.
I ca...
Hi All
I am getting an error in jquery ==> $(this).next is not a function.
the code is attached.
I tried: $j('.panel').click(function() {......
or $j('.join_header_first').click...
I have a string
str="234,555,456,222,666,"
Please don't use regular expressions...
If I remove any value then the final result of string should seperated values with ','.
1) First...
I have a situation where I would like to find the parent element of the current element, and I'd like to do so without cluttering up my code with an ID for every element that I need to find.
...
i have a 2 select boxes
1 selectbox for the "country"
1 selectbox for the "county"
when user selects a country, the second selectbox is populated with that countries countys
this al...
I'm trying to create a script using javasript, or jquery if it applies, and not sure how to go about getting the url (example provided below). I need to get the url and grab the end of it to ...
Hi All,
Here is a simple code:
<select onchange="specify(this)" ...>
<option....>.....</option>
<option....>.....</option>
......
<option....>.....</option>
</select>
How can I g...
Hello,
Can someone please let me know how I can change the mouse cursor to hand (as in hyper links) on hover to the image tag using jquery syntax
Please advice
regards
sam
I have a Javascript print preview which works wonderfully in IE. I get this Javascript error when I try to run it in Firefox. I would like to get it working in firefox or another script whic...
How can I write code in Javascript to check whether the given string ends with a specific string?
For eg: Check whether 'Responsibility' ends with 'ity'
Thanks,
please tell me the easiest way to do this.
I want to pass a compound value: one string and one number to the client. I need the client javascript code to break them up and setText(string pa...
greetings,
i'm trying to write a function that i can pass a record ID to then pop a confirm box asking whether they really want to delete the record, if yes then window.location.replace th...
Hi X-perts,
I need a simple script to validate user's unput of date & time with some mask. It should check input of nymbers only and give a slash prompt, when input is correct. have found ...
Basically the question is as the title indicates - I tried to find a way to print log message into firefox's JavaScript console but failed. There's a way that probably works for Mozilla using...
Hi experts,
Just a quick question; how would i do this in javascript:
(VB Code)
label.text = "Your name is " & IIF(UserID = 1,"bob","jeff") & " more writing..."
Thanks for your help!
Hi,
How do i use the window.location funcation to re-route a page from for example http://www.test.com/index.html to http://www.test.com/make.html when for example a condition is met. (exampl...
I am running a script on a PDA. I need to process CTL_P key sequences in my script, but treat 'P' key presses normally. PDAs return CTL_P key sequences in two seperate keystroke events.
Cur...
Hi
i have the following tag
<td width="96" height="43" background="aware_fichiers/btn_down.jpg"
onmouseover="this.style.backgroundImage='url(aware_fichiers/btn_up.jpg)';"
onmouseou...