Multible Windows - Java Pop Up Appears When My Page Is Visited Another One Appears Over The Top Of It
May 28, 2010
how do i get it/what is the source code so when one java pop up appears when my page is visited another one appears over the top of it like in windows when they is 2 boxes but one overlaps the other one
View 1 Replies
ADVERTISEMENT
Jun 8, 2010
I ma having an issue with a JavaScript slider. If you look at this page, at times the slider does not work and the user is having to refresh their page before it works. It's the same in Firefox and IE.[url]...
View 10 Replies
View Related
Feb 11, 2010
Is there an easy way of creating one file with the website menu code that is used on each page of a website?
At present I use frames which work well except search engines don't direct through the frameset so only the content is loaded not the menu.
View 2 Replies
View Related
May 6, 2009
I am using a very simple search-type page to enable users to input a model number and its page appears in a inline frame. Its not a true search as it is simply relying on a person entering the correct html page name to find it. But this works perfectly in my application.The problem I have is that I cannot get the type box to accept enter key as a submitt, only a click of the mouse will submitt the request. If enter is pressed the box loses the users input but no action is taken.I think this may be a javascript issue. I have posted the code below.
[CODE]
<html>
<head>
[code]....
View 2 Replies
View Related
May 25, 2011
I created a page using jquery to display library resources, based on subject area:Everything seems to work find in Firefox; in IE, however, on page load, there is a brief moment when the items that should be hidden appears briefly, then disappears...does anyone know why this would happen?Here is my code:
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>
<script type="text/javascript">
[code]....
View 1 Replies
View Related
Nov 24, 2011
I have a problem with my confirmation box. The problem is that when I click on a button, it will display the confirmation box, if I click OK then it will close the confirmation box and quickly open up the same confirmation box asking the same thing, if I click OK again then it submits the form. It does the same for Cancel where if I click Cancel for first time then confirmation box closes and reappears again asking to confirm again, if I click Cancel again then it closes the confirmation box.
It gets worse, if I click OK for the first confirmation for example then click Cancel for second confirmation, then it will show third confirmation and if I click OK then 4th confirmation box will appear after third one closes and etc.
I obviously want Confirmation box to appear once and if user Clicks OK, then submit form else close confirmation box. So what I want to know is why is it doing this. I have no errors in error console and I can't really see problem with my code:
Below is Code: (I included all relevant functions so you understand what each function does)
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Create a Session</title>
<script type="text/javascript">
function validation() {
[Code].....
View 2 Replies
View Related
Oct 14, 2005
i have the following phone book which i would like to implement a few extra jscript functions I would like 1. When a user clicks the checkbox the value appears in the textfield and is written to the page.
"1 recepient added"
2. When a user checks a 2nd option, the value is added to the textfield seperated by a comma
And a value written
"2 recepient(s) added"
based on the total
Any assistance ? Code:
View 5 Replies
View Related
Jun 11, 2009
I'm looking for a script that once someone clicks a certain link, it will disappear and then reappear every 24 hours. Cookies may have to be set for this.
View 7 Replies
View Related
Aug 18, 2010
Basically I want a right and down arrow to appear depending on whether a div appears. If the header div is clicked, the subdiv's display toggles block or none. At the same time id like the arror img to change accordingly.
This is my current function, it works fine
I've tried many times to add a script that'll change the src but no luck at all..
The image name is simply arror$categoryId...By the way, the reason for the '. .' etc is because this is printed via php.
View 12 Replies
View Related
Aug 4, 2011
On my website I want a centered popup where you can fill in a webform. Ofcourse I want to use a table for it so it can have a nice layout.
However when I use a "div" which I can show or hide via a Javascript (showhide) and I put a table in that div, then the webform in that table is already show on the upper left side of my website. If I click the link to show the div, only a blank div will appear in the center of my screen.
This is the code I used:
<script type="text/javascript">
function showhide(id) {
if (document.getElementById(id).style.display == 'block')
{
[Code]....
In this case the word "TEST" will appear in the upperleft of my screen while the div is hidden. If I click the link, a blank div will appear in the center of the screen.
If I don't use a table, bu only the word "TEST", then all works fine like it supposed to be.
So I guess the issue is the <table>-function?
View 1 Replies
View Related
May 30, 2010
In this tutorial: [URL] The variable FadeTimeLeft is part of an expression assigned to the FadeTimeLeft property of the element object: Code: element.FadeTimeLeft = TimeToFade - element.FadeTimeLeft; Yet I looked through this code and I don't see it defined anywhere so I have no idea what value it holds.
View 2 Replies
View Related
May 4, 2006
can anyone tell me why an additional blankspace appears for a dropdown
menu when using netscape6.1? this works fine for IE.
View 1 Replies
View Related
Jul 20, 2005
All of a sudden the below javascript code appears on many of my web
pages. No one else sees it from their browser. I only see it in IE and
Netscape by looking at the source code. When I download the file to my
hard drive the code vanishes. It appears only when I look at it online
from my browsers. Any ideas? Code:
View 1 Replies
View Related
Apr 28, 2010
The listnav count is getting an inline style of position: absolute and top: 0, sending it to the top of the page. I can add 83 pxls to the top attribute to get it to drop down to where I need it but I cannot find where to edit the inline style attribute of <div class="In-letter-count" style="display:none;position:absolute;top:83;left:805px;wisth:21px;"
How can I edit this attribute or Is there a better way to position this?
View 2 Replies
View Related
Oct 5, 2010
My background is php and I am now branching into jQuery. I have the following code set to update a <div> on a page. How would I modify this to add an effect (such as a fade-in) when the new content appears?
Code:
var refreshId = setInterval(function() {
$("#responsecontainer").load('showcontent.php?randval='+ Math.random());
}, 5000);
View 1 Replies
View Related
Aug 28, 2009
[URL]
allows you to type into the text box and using ajax query the database for relevant movies or whatever.
upon clicking the movie choice another text box appears unless you click on the Next button.
Not sure how to do this, is this done with DOM or a blur event or what?
looking for a push in the right direction to emulate this.
View 3 Replies
View Related
Jan 15, 2011
I have a PHP file that pulls down data from a MySQL database, filtered based on a tag ID. That data is then returned using PHP's json_encode function to the client where it is translated back using JSON's JSON.parse function. Seems to work absolutely great! Except... it seems to reorder my object completely by itself...
Here's an example:
When my query ends with ORDER BY posts.postid ASC, I get the following JSON:
Code:
{"type":"tags_posts","tagname":"json sort test","posts":{"100":{"reltags":{"201":"json sort test"},"subject":"JSON Sort Test 1","message":"JSON Sort Test 1","posteddatetime":"2011-01-15 07:25:34","authorid":"1","authorname":"azcn2503","commentscount":0,"postedip":"193.132.232.210","postedipgeo":"GB"},"101":{"reltags":{"202":"json sort
[Code]....
As you can see, it has been reordered somehow and looks exactly the same as when it is ordered ASC.
Is there something in the JSON file that I just can't see? I've been coding for a while now and could be going blind...
View 3 Replies
View Related
Jul 8, 2010
I'm trying to write a macro, but I'm lost. So say if I have an array of keywords to check for on a web page,
var keywords=new Array();
keywords[0]="You are a cat";
keywords[1]="Are you a robot";
keywords[2]="Have a good summer";
How would I make a function that checks the currently opened web page for one of the specific keywords. And if that keyword is found, then execute some action - and if not, then execute some other action?
View 8 Replies
View Related
Sep 17, 2011
I have an alert message just like
alert("Hiii");
I want to close it automatically as soon as it appears. It means I don't want to show this alert message to client.
View 7 Replies
View Related
Feb 28, 2005
I have an online web2phone sms phone book, with a list of users phone numbers.
Now when users want to send sms, they select from the multiple options, which is gotten from the databse with their phone numbers. I would want the value of the check boxes to appear in the text field area sepearted by commas. PLEASE NOTE;
1. The values of the checkboxes are dynamic and picked from the databse
2. The value to appear in the textfield area are the phone numbers and should be sepearted by commas Can anyone assist me ? Code:
View 4 Replies
View Related
Jan 19, 2010
I have created a script that checks through fields in a cmc and finds any opening and closing divs. What i want to do it count the number of times the opening/closing div appears in a field.
Code:
ISite[] oSites = ms.getAvailableSites( ctx );
IType[] oSiteTypes = oSites[0].getTypes();
String[] aFields = null;
[Code]....
View 1 Replies
View Related
Apr 29, 2011
Is there a way to make my css drop down to appear over the javascript slide show? [URL] Currently the drop down is hidden behind it.
I used this tutorial to make the slideshow: [URL]
CSS menu code:
Code:
.menu{
border:0px;
margin:0px;
padding:0px;
[Code]....
View 2 Replies
View Related
Sep 17, 2011
I have an alert message just like[code]...
I want to close it automatically as soon as it appears.
It means I don't want to show this alert message to client.
View 2 Replies
View Related
Jul 19, 2009
I'm relatively new to jQuery, and I'm having some trouble making aselected <tbody> display in IE. It seems to work fine in FireFox, andChrome.I've looked up various fora, but the only things I can find seem torelate to earlier versions of jQuery. We're running jQuery-min.1.3.2on this site.The relevant parts of the code which run in FF/Chrome, but appear tonot run in IE:
<script language="javascript" type="text/javascript">
$(document).ready(function()
{
[code]....
View 3 Replies
View Related
Jul 7, 2009
I am using jCarousel and I am getting a weird bug. Basically, jCarousel renders perfect - however for a brief instant the carousel appears vertically and then appears horizontal as it should in IE / FF
View 12 Replies
View Related
Jan 13, 2011
trying to find a example of when you hover over a image, text appears on the bottom
so it could be a picture of a dog, whne you put your mouse over it, text will show in the picture (ie* transparent background for text so it's readable)
View 1 Replies
View Related