14,053 Topics

Member Avatar for
Member Avatar for Michel777

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

0
87
Member Avatar for A___F

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 …

Member Avatar for wonderland
0
200
Member Avatar for Michel777

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 …

0
121
Member Avatar for ayusman.mohanty

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 …

Member Avatar for ayusman.mohanty
0
533
Member Avatar for wonderland

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 …

Member Avatar for Alxandr
0
1K
Member Avatar for kaankucuk

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 …

Member Avatar for Alxandr
0
89
Member Avatar for dmmajorstudent

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 …

Member Avatar for futingkiller
0
213
Member Avatar for ofoman

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 …

Member Avatar for futingkiller
0
80
Member Avatar for anuj_sharma

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 …

Member Avatar for Airshow
0
167
Member Avatar for lifeworks

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

Member Avatar for lifeworks
0
132
Member Avatar for UzuNarU

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 …

Member Avatar for UzuNarU
0
188
Member Avatar for dalefish

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" …

Member Avatar for Troy III
0
269
Member Avatar for UzuNarU

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 …

Member Avatar for network18
0
129
Member Avatar for leesyy

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 …

0
91
Member Avatar for samarudge

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"); …

Member Avatar for ShawnCplus
0
112
Member Avatar for NicoleB

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 …

Member Avatar for Thirusha
0
91
Member Avatar for jyotidagia

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 …

Member Avatar for network18
0
160
Member Avatar for yhoo

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 …

0
94
Member Avatar for leegeorg07

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?

Member Avatar for leegeorg07
0
112
Member Avatar for baltazar

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 …

Member Avatar for baltazar
0
204
Member Avatar for haunt_me_gently

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

Member Avatar for Ezzaral
-1
30
Member Avatar for jyotidagia

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 …

Member Avatar for sam023
0
93
Member Avatar for ib4dogz

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]

0
95
Member Avatar for udayangaS

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 …

Member Avatar for udayangaS
0
94
Member Avatar for anuj_sharma

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 …

Member Avatar for Airshow
0
75
Member Avatar for ramkumaran

I need onmouse over video file preview code using javascript....anybody knows kindly reply me

Member Avatar for Airshow
0
82
Member Avatar for ! !

[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]

Member Avatar for peter_budo
0
170
Member Avatar for vladacmba

Hy again, I have a quick question that I can't figurite out so I'm just gonna show it to you. I'm not shore if it is Lightbox sample, but it's Java and jQuery comb. 1st. Link [url]http://www.cmsmadesimple.org/[/url] 2nd. Link [url]http://www.omniture.com/en/[/url] At the 1st link, on the Left side under the …

Member Avatar for peter_budo
-1
94
Member Avatar for vladacmba

Just to say hello again and to ask if someone knows what is the name of that Script at this site: [url]http://www.infoway.us/products/index.php#Desktop%20wallpaper[/url] You'll see on rollover like in a eBay can show you image before you search the gallery. I would ask if anyone can give me deeper explan... but …

Member Avatar for vladacmba
0
101
Member Avatar for yonghan

Hi all,suppose i got two rows like this picture [url]http://i575.photobucket.com/albums/ss197/yonghan79/ask-1.jpg[/url] I'm trying to change the modified column value to current datetime without refreshing the page when i click the update button..The first row worked,the second doesn't work..Here is my codes views/order_home [code] <script type="text/javascript" src="<?php echo base_url(); ?>js/jquery.js"></script> <script type="text/javascript" …

Member Avatar for Airshow
0
826

The End.