15,694 Topics
![]() | |
Hey Guys, I want to redirect a page to another page in JSP after a certain validation has been done using AJAX. If the validation is done it should redirect the user to another page but if validation is not done then it should remain on the same page. Please … | |
i’m using javascript, below is the form. If you go to the(A * B / C * D); part of the form. For some reason it does not work…do not know if I have something wrong. But if I were to enter 30 as A, 100,000 as B, 6 as … | |
I am using scrollTo(x,y) function in my web application and function is not working in IE. But it is working with firefox. I'm using IE6. So can someone give me the reason and how to use scrollTo function with IE? | |
Hi forum, I'm searching for RSS reader, specialities: - access only Wordpress - the Wordpress installation is within the same company - reader with no costs Could you reccomend some stable "products" ? Thanks in advance, Michel | |
Hi, I'm a newbie and trying to use javascript to hide or display different divs within a single IFRAME. I can't seem to get the syntax right... the Iframe, ID "frame", has 5 div's which I want to show depending on what link someone clicks. here's the js : [CODE]<script … | |
Hi Forum, we want shown some pages, documents on by on in fullscreen, without any user interaction. This is a kind of digital signage application. All of them are accesable via http: 1) [url]http://.....any1.html[/url] 2) [url]http://.....any2.pdf[/url] 3) [url]http://.....any3.jpg[/url] 4) [url]http://.[/url]... any4.mp4 We have no problems with 1). But what about … | |
Hi, Even I am trying the browser close event for cross browser and this should trigger only when X button is clicked or page is refreshed. Here's the code pasted above which I am using but it only works in IE. I know the issue is because of window.events and … | |
Hi, I'm sorry in advance if this is the wrong section. I wanted to know is it possible to password protect some files in web page ? For example, If someone wants to download file, browsers requests password(one for all visitors), idea is that some files and/or sections of web … | |
Hi I am an turkish student trying to got understood of java ajax complition.. I have checked out the hole threads but cant see or ı have missed it up. SO here is my problem. I have a blog in blogspot. so in an post. ı want to do something … | |
hello, i'm a student trying create a website using javascript. i am not familiar with javascript and i must use it to change only the content on my page. i have been stuck on this for days and i just cannot get it right. using the 960 grid on the … | |
Hi everyone, Firstly,sorry about my bad english.i hope telling my problem clearly:) anyway i want to tell about my project.it s about survey system..I am creatin g dynamic questions and question's choices(radiobuttons or checkboxes) from database when runtime..after users answer the question,press next button to pass the next questions For … | |
Hey Guys, I am using JSP with AJAX. After a certain JSP script is processed the output is sent to the responseText. Now, I want to check what output responseText consists so that i can perform further processing. For eg, I want responseText to contain"yes" or "no" and depending on … | |
Hi I have a link, which triggers a script, but when the link is clicked, i want it to get a border around it... currently tried using [code=js] onclick="this.style.borderWidth = 1px" [/code] but no luck, lworks | |
I looked around for a solution on the site but I couldn't find exactly what I was looking for so... On my website I have a Table with 2 columns, each column has a DIV in it. How can I make it so that each of the DIVs take up … | |
As usual, develop something in FF and as soon as you get near IE everything decides to pack up and go home. I'm getting an object expected error, forgive me if it's simple, I'm new to JavaScript. [B]HTML Code[/B] [code=html] <div id="tabsCon" class="tabsContainer"> <span id="tab1" class="activeTab" onclick="javascript:changeTab('tab1');">Tab 1</span> <span id="tab2" … | |
Hi everybody I am building a website but having some trouble figuring out the right way to achieve my goal. Here is what I have currently: [CODE]<div id="Header"><div id="Banner">Business Name*<br><br><br><br><a href="#"><span class="style3"><strong>Home</strong></span></a><a href="#"><span class="style4"><strong>Portfolio</strong></span></a><a href="#"><span class="style5"><strong>About Us</strong></span></a></div></div>[/CODE] Each of the styles have margins set to position them over the Tab … | |
hi, i'm currently working on a project that require me to read from several servlet/feed. i am able to read from one servlet but am facing problem reading from the second servlet. below are my codes (i only uses one .js file for the project and serveral .js files to … | |
Hi, I have some code to dynamically retrieve one of three AJAX files and insert it into a DIV The Javascript is [code=javascript] function createajax() { var Ajax; try{ Ajax = new XMLHttpRequest(); } catch (e){ try{ Ajax = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try{ Ajax = new ActiveXObject("Microsoft.XMLHTTP"); … | |
Hi All, If anyone can help me take my sql database (a single table) that information and display it in a form on my web page. Sometimes the Sql request will be multiple lines of the table. I have my database created am completely lost in the form view or … | |
hey all.. i was wondering if anyone culd help me wid this.. i've a html file with javascript and a php file.. i need to access the db result generated by the php file in my javascript..to dynamically load drop down menu in the html file.. was wondering if i … | |
Hi, I'm new on ajax/jquery. I will try to explain what is my problem. I'm building a page in which have three div separating (top, left, right) I'm using dynamic ajax content in which on the left side have some href which change the right side of the page like … | |
![]() | Hi, I am trying to make a twitter bookmarklet that will tweet the current page, I currently have this code: [code] javascript:window.open('http://twitter.com/?status='+self.location) [/code] but when I try it, it changes the page its tweeting to just show [object Window] how can I fix this? ![]() |
Hello, I am having a problem with the jQuery Cycle plugin. I am trying to create a slideshow of images that change(fade) when an element in the pager nav is hovered on. (This is supposed to be possible as per the jQuery Cycle Plugin docs <http://malsup.com/jquery/cycle/pager2.html>) My setup: I have … | |
my instructor is gonna give me a failing grade if i did not make 10 java scripts using all the statement and the three control function. please help me asap even if it is a simple statement i just need to show her all | |
i hav this code for autosuggest.. it retrieves the desired values from the datbase.. and produces a list..like in google.. however the values in the list cannot be selected using the arrow keys.. could anybody familiar with google suggest help me out with this.. am using this for an textbox … | |
Take a look at the link below. Click on one of my markers in the map. Inside the info windows I would like to have “Directions: To here - From here” feature in it. Thanks in advance for your assistance. [URL="http://www.crucialdesign.net/diningguide/test.html"]http://www.crucialdesign.net/diningguide/test.html[/URL] | |
hi, in my case i want to add a new menu item(actually a div tag) to my existing menu when an event or method calling occurs. i want to append a div tag dynamically to my existing menu with all css and effects. so if you guys have a better … | |
Hey Guys, I am using Ajax with JSP.What I am trying to do is when the user enters a name and clicks on the button it goes to a jsp page. On the jsp page it is checked whether the name is present in the database or not. If it … | |
I need onmouse over video file preview code using javascript....anybody knows kindly reply me | |
[url="http://5url.com/dhtml.html"][font=Trebuchet MS]http://5url.com/dhtml.html[/font][/url] [font=Trebuchet MS][color=blue]Always felt that [i]Flash[/i] and [i]Browser Incompatabilties[/i] hurt the development of DHTML (except for MENUS)[/color][/font] [color=blue][/color] [color=blue][font=Trebuchet MS]Who knows how far it would have developed[/font] ;) [/color] [color=blue][/color] [font=Trebuchet MS][color=blue]Also [b]STYLE FILTERS[/b] are another I.E. gem[/color][/font] |
The End.