Hi, is there a way to get the numbers of columns of a table? (not the width of a cell)<br/>regards
Hi, I was wondering if there was a way to get rid of the big space gap at the end of the scrolling newsflashes. It leaves a huge gap the height of the entire module before it starts over again. Is there a way to eliminate or reduce the size of that gap at the end?regardssoniya...
617 byte By
amrut25 at 2007-11-19 18:00:01
Hi guys,I'm new to this forum.There is this tool for packet capturing which works only for Linux. http://www.ex-parrot.com/~chris/driftnet/I'm writing this tool for WIndows. Now this tools needs libpcap, libjpeg, libgif/libungif packages of Linux. Can anybody tell me what are the dlls equiv...
hi,i am finding value for a table height in window.onload=function(){boxheight=document.getElementById('fred').offseHeight;}i want to assign box height to an outside variable boxheight.my javscript is given below<script language="javascript">//ENTER CONTENT TO SCROLL BELOW.var conten...
hi,<br/>How to get Table's Height on loading the page.
i added items into listbox using java script like thisfunction add1() { if(form1.text1.value=="") alert("Name should not be Blank"); else form1.select1.options[form1.select1.length] = new Option(form1.text1.value); } now i want to modify the newly enterd itemsbut as t...
urgently required vertical scrolling text javascript source code
602 byte By
CyReVolt at 2007-11-19 18:02:57
Hello there,after having rewritten my XHTML template to validate at W3C, evil IE wouldn't show the page as I want. Have a look: http://dmaslowski.dyndns.org/project-orangeHowever, IE 6 does not seem to know the size of a pixel. Although I have defined the table cells' heights, e.g. the ora...
2039 byte By
danny770 at 2007-11-19 18:03:48
I have an image (component diagram) which I've sectioned in order to make individual components clickable. However, I'd like to extend this so that an idividual component's area becomes highlighted when the mouse is hovered over it. Is it possible to do this in Javascript, or anothe...
632 byte By
gangelo at 2007-11-19 18:04:30
Hi,:confused: My main web page creates the below popup. I want to click a link in my popup and have my main web page go to the url. I do not care if the popup remains open at that point or not (I'd rather it close actually). How do I do this? <map name="Map"><area shape="rect" onmous...
1565 byte By
JKeenan at 2007-11-19 18:05:20
is it possible to have server-side javascripting under Apache? Something like ASP?I can't get this to produce anything to the response page<% var EmailNotifyStr; var PathInfo; var PhysicalPath; var fso; var thisFile; var FolderObj; var OutputFileStr; var OutFileObj; var OutTextFile; var T...
396 byte By
none123 at 2007-11-19 18:09:01
HI guys!I have a question about calling VbScript function inside the html body.What I have is when I click ok button I call a VbScript Function which returns a value which I will eventually use in a JavaScript function.In shortOk Click: VbScript function result = JavaScript parameter..By the way, In...
2 byte By
gangle_1 at 2007-11-19 18:09:40
..
1008 byte By
probey20 at 2007-11-19 18:09:57
Background: I'm modifying an application where I have access to the header and top navigation, but not to the content with the iframe in the body of the page. The iframe points to a URL (on the same domain) which is controlled by another team and I cannot modify.I need to search for a certain v...
256 byte By
Exceter at 2007-11-19 18:10:31
Hi, <br/>I need a VBS script which makes copies of file, the filenames I think the best (and only :) )<br/>way are should be generated.<br/>it is very long time i have not programmed, have forgotten lots of.<br/>could you help please. :rolleyes:
540 byte By
flosax at 2007-11-19 18:10:42
I wrote DOMinfo and think it can be really usefull for javascript developers.You can navigate threw objects like window, document.body, elements... with it.It is dependant on my framework JSAX (JavaScript Abstractions for X(HT)ML) which also provides ajax functions read() and include(), a cookie...
Hi,<br/>i need to create rich text box in html.<br/>can anyone help me.
11381 byte By
yagi at 2007-11-19 18:16:51
Hi, Let me get this out of the way, I'm a complete n00b. So this may sound dumb to some but I cant figure this out. I work for a non for profit whos webmaster just left to a better paying job, smart guy. Anyway, since I had some html experience I was asked to edit the website and try to mak...
748 byte By
Martin O at 2007-11-19 18:19:13
I have the following html file:<html><head></head><body><script> location.replace(' http://www.google.com');</script></body></html>When I open this in IE it works (it shows the google page).When I open it in Mozilla 1.7.11 it doesn't work...
805 byte By
Taffy at 2007-11-19 18:19:33
Hi,I'm trying to run a script thats sitting on another page , say http://xxxx.com/js/TestScript.js.I'm have this bit of HTML / JS code to run it,</SCRIPT> <SCRIPT TYPE="text/javascript" SRC=" http://xxxx.com/js/TestScript.js?version=10"></SCRIPT> <SCRIPT TYPE="text/jav...
241 byte By
vbnov at 2007-11-19 18:19:58
Hi guys<br/>I am trying to create an excel sheet with values resulting from a query from a vbscript app. when there are hundreds of rows involved its giving a runtime error. any ideas on how to fix it. help would be greatly appreciated.
5075 byte By
yagi at 2007-11-19 18:22:54
Hello everyone, Im am using an Iframe as my main window for information with a java menu with links that target the iframe. On almost my entire site Ive been using % instead of set numbers so pages can expand with the size of the person's screen, but now I've run into some trouble. Afte...
From my main VB script, I would like to call a function defined in a second VB script.<br/>I was thinking of including something like :<br/>include "secondScript.vbs" in my main program.<br/>But it does not work.<br/>How can this be achieved with VBscript ?<br/>Thanks a lot
542 byte By
welles at 2007-11-19 18:26:23
Hi there, Does anyone know how to suppress the default messages?1. "Are you sure you want to navigate away from this page?"2. "Press OK to continue, or Cancel to stay on current page"I need to provide the user a custome message. I tried many approachs, but non of them seem to work. I tried to use a...
HI All, Can anyone help me in writting the wmi script. i have the details in the below link i dono how to proceed. Reguirement is to get antivirus Version.It is an Urgen one so pls can anyone send me a reply as soon as possible. http://groups.google.co.in/group/microsoft.public.win32.programmer.wmi/...
HI All,<br/>How to identify whether Antivirus like Norton, Trend Micro and Mcafee is installed in the system. If so is there any way of detecting its version. And also i want to know whether that particular antivirus is running or not.<br/>Thanks In Advance<br/>Regards<br/>-Vinoth
1310 byte By
kirants at 2007-11-19 18:28:14
First off, I am predominantly from a C++ background and I don't know much about HTML/VBScript. So please excuse me if I sound silly. Background:Currently, the stuff I am working on uses HTML with VBScript portions in it. The HTML pages load some ActiveX controls. Now, all these HTML pages are a...
1214 byte By
paul_mat at 2007-11-19 18:31:03
hi there,this is my code at the moment<html><head><title>Your School</title><STYLE>A {behavior: url(#default#AnchorClick);}</STYLE></head><body><p>Your School:<br><select size="1" name="server"> <option value=" http://your1_server....
269 byte By
nickat at 2007-11-19 18:34:49
Hi,<br/>Can someone show me how i can set focus to a specific button and maintain the focus on that button even if the user click a textbox(put the cursor on the textbox). IE seems to put the focus to the first button when user click the textbox.<br/>Thanks,
I am making an aspx page with C# codebehind and i am having trouble with some parts of the page that I want to make. I have a button to add feedback to content on the page and what I am trying to do is have a panel under the button that is at 0px height. What I want to happen is when I click the but...
95 byte By
Martin O at 2007-11-19 18:35:02
In c I can use #include"somefile.h" to include a file. Is there a way to do this in a .js file?
53 byte By
vbnov at 2007-11-19 18:35:08
how do i right align excel cell values using vbscript
hi i cretad a tree view n populated it using databasenow i want to add some text to each nodeit shoud not be taken from the databaseit should be stored in html n when the node is clicked the property should be displayedcan anyone please give me a hint or peice of cod for this????...
356 byte By
lontana at 2007-11-19 18:37:21
Dear All, I apologize for the naivety of my question, I have just started with HTML and already have problems.How can I display my HTML file on Apache server Tomcat that is installed locally.First I simply clicked twice on my HTML file but it did not work.What should I do?What should I type in addre...
693 byte By
a.sh at 2007-11-19 18:40:46
I have a link in Main Frame, and if people click on it and reload the same frame I need the link to show its been visited (ex: purple) and that works fine by default. However, after the user clicks on the link, if the user clicks on the Top frame to exit the program and come back to the page again,...
709 byte By
bobo at 2007-11-19 18:41:05
I cant believe I cant get this going... I simply want to impliment a value into a text field using javascript. whats wrong with this. The error I get says "document.con.comments" is null or does not exist. :blush: (I simplified dramaticaly here for time purposes)<html><head><title&g...
559 byte By
nickat at 2007-11-19 18:43:20
Hi all,Can someone show me how to restore a minimized window with javascript.I have 5 links on my web page. When the user click on a link, a new window(child window) popup. When the user click on another link, only the child window change it content. Totaling of only two windows for as many time...
82 byte By
vbnov at 2007-11-19 18:45:03
guys<br/>how do i run a macro outside excel using vbscript? thanks in advance
734 byte By
Techno at 2007-11-19 18:46:49
hi.I want to make some text scroll smoothly vertically on my webpage, like a "short news" thing.I have the code, which was given to me by someone else and had to highly customize it the way I wanted it to work but im not satisfied.firstly, I need to know how many words I can have per line so that it...
1953 byte By
WillemW at 2007-11-19 18:48:39
Hello people,Yesterday I was visiting this site and I found an article about algorithms. On another site I found almost the same script but there's another function in it named "generate", this is the script:function keyHandler(e) { var target = e.target||e.srcElement; var keyCode = e.which...
435 byte By
hitai at 2007-11-19 18:49:24
I wish o learn more about scripting on the client side. But don`t know if ther r any good books on this matter. I like books that start from the basic and progresively goes to the advance topic. Books that cover as much details as possible.are best. Definately don`t wan books wich fall into the cat...
349 byte By
rogernem at 2007-11-19 18:51:20
Lets say a user access a certain page (test.php) to take an online testId like that after 10 minutes hes accessed this page that he would be redirect to another page saying that his time is upHow can I do that?? I dont want the page to be reloading or anythingI just want the user to access it and af...
476 byte By
hitai at 2007-11-19 18:52:22
As the title say, is this even possible?Let`s say ther is a text box on the web page. Every now and then, the page should request some data from the server to be displayed in the textbox. Obviously, submitting the entire form is not good for performance since data should be received at intervals of...
107 byte By
SunCore at 2007-11-19 18:52:58
does someone have any idea how can i accept only numeric values in a text field?<br/>thanks in advance
ok to start, im a newb to css/html, im mainly familiar with c++/java. i am trying to insert a WMP streaming video in myspace.... (not that important but im sure i will be able to reproduce results in productive projects).the streaming video is from nhl.com with the url of " http://www.nhl.com/video/a...
532 byte By
paresh72 at 2007-11-19 18:55:54
HelloOn a HTML page, there is a JavaScript mouse drop down navigation menu on the top, and some HTML elements down. When a mouseover event triggers, the drop down menu displays its menu item, but the menu item list is not shown properly as it goes below select form element whereas its above text box...
i am trying to get current loaded page of Body throughwindow.frames.item('body').document.locationand its working but the problem is when i try move its result into a varliable likevar path=window.frames.item('body').document.locationand try to use path in function the get file e...
Hey everyone... I have a table like this<table style="background-color: #eeeeff;"><tr style="background-color: #00ff00;"> <td >C1</td> <td style="background-color: #00ffff;">C2</td> <td >C3</td></tr></table>My problem is that Im trying...
83 byte By
kunal.kb at 2007-11-19 18:57:48
i want to make a pop up window always on top...<br/>can neone tell me how to do it.
Dear all I have made a Function that fetches data from child Node but it throwing Exception on Line # 4 that is on var totalchildnodes function is given belowfunction popuphelp(filename){var xmlDoc = new ActiveXObject("Microsoft.XMLDOM");xmlDoc.load("Help/HelpFilePages.xml"); xmlObj=xmlDoc.documentE...