2639 byte By
ccices at 2007-11-19 18:58:31
Hello all,I am looking for some help in trying to get our Sony SNC-RZ30N IP Camera to display on a HP IPAQ PDA with PocketPC.The Camera serves the following page to the PocketPC Ineternet Explorer<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Shift_JIS"><...
621 byte By
qtx at 2007-11-19 19:00:31
I am using InternetExplorer object to load a page and parse some information out of it. The page contains several number of images, what produces additional traffic and increase loading time. Is it possible to enforce only for that loading operation (not globally) that no images should be loaded?I k...
1132 byte By
ZhiYi at 2007-11-19 19:02:13
Does anybody know how to create an IFRAME so that a DIV can be placed on top of the IFRAME and SELECT?The purpose is to allow a pop up menu not to be blocked by a windowed control e.g listbox.I think DIV represents a windowless control like the popup menu while SELECT represents a windowed control l...
Is there a way to read plain text on server and store it on string variable ?
459 byte By
metho at 2007-11-19 19:03:52
Basically we've been having this problem in which our custom buttons are not working with the embedded windows media player in both firefox and IE. We've tried both codes shown below and still get no result. Can anyone tell me what we have been doing wrong? If more code is needed to post,...
282 byte By
igemon at 2007-11-19 19:09:40
Hello,<br/>I've added a session variable on server side , can i extract on client side ?<br/>C# - Server Side<br/>Session("User") = "hegemon";<br/>JScript - Client Side<br/> alert( ? ) <-- how to show the value "hegemon" in message box?<br/>Thanks
4185 byte By
WillemW at 2007-11-19 19:12:00
Hello people,I found on this site this algorytm, it's already explained but I can't understand it exactly:var safety = /^[0-9a-z]$/i;/*** safeChars(String code)* Rewrites input into a 'safe' code, remapping common mistakes into* their most likely equivalent and removing invalid c...
1046 byte By
cinegod at 2007-11-19 19:15:19
Hello, Im working on an experiment that is for my own use, its some basic automation in Windows. I want to create a webpage that holds an application and when i visit the page and login ( the login part, PHP, etc. is finished) i will have a javascript send my machine the application, what i want to...
Hi, A part of my project involves ,getting, From Date and To Date and to display user names whose registered date comes inbetween the two given dates. I'm following one way, where i seperate day, month and year from the two dates and check with them. But this method is not retreiving corre...
12 byte By
Mattrang at 2007-11-19 19:17:00
self-deleted
719 byte By
nealc99 at 2007-11-19 19:17:35
Pulling my hair out - HELP!!!!Along the same lines of this topic...I'm trying to pull the HTML (source code) of an IFRAME and haven't been able to do it as of yet.<html><head><title>Untitled</title></head><body><iframe name="fxrates" src=" http://www.e...
1454 byte By
amirt at 2007-11-19 19:18:26
Hi all,I need to do something in xsl file wich requires passing parameter from asp page.I tried to do so:dim xslDoc, processor, xslTemplate, outDoc1set xslDoc = Server.CreateObjet("MSXML2.FreeThreadedDOMDocument.3.0")set outDoc1 = Server.CreateObject("MSXML2.FreeThreadedDOMDocument.3.0")set xslTempl...
I have two frames one at the top and one at the bottom.I am using the following to load a document into the bottom frame and this code works fine for PDF documents and they load into the frame fine.BUT for ms word documents the document always opens outside the frame in a new window. How can I force...
Hello guys.Is it just my imagination, or is FrontPage 2000 (HTML coding) much better than FP 2003 Let me explain the scenario.At home, I have FP 2003At work I have FP 2000.Right, so now I'm busy with an article for CG (which takes forever), and in my silly mind I thought I can do it at home, th...
518 byte By
srujankk at 2007-11-19 19:21:34
i have a html file which includes an external js file<html><head><script src="sample.js"></script></head><body>This is for test</body></html>now when i access this html file the extenal js file gets loaded into the temporary internet files.....Is there...
920 byte By
Dracan at 2007-11-19 19:21:56
Hi. I'm new to using style sheets, and am trying to convert my webpage over to using stylesheets. I'm having a problem when defining the properties of a table.My original html code was ...<table border="0" cellpadding="0" cellspacing="0">I've now changed it to ...table.main_co...
360 byte By
pprice at 2007-11-19 19:22:33
Hi,I'm working on a Pocket PC application. I have a select control that I would like populated based on a radio button control's selected value.The pocket IE doesn't seem to support too much in ways of helping me achieve this. Has anyone ever succeeded in doing this? Any help will...
Server Application ErrorThe server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.what does that error mean ? yesterday it worked fine. Than...
617 byte By
AndrewMB at 2007-11-19 19:23:14
I am developing web pages using Jscript scripts, on Windows ME with IE6. I have installed the appropriate version of Microsoft Script Debugger, but I can't start it. It appears on the View menu in IE, but doesn't start when requested. Script errors also don't produce a message which a...
376 byte By
akgalp at 2007-11-19 19:24:34
hai all.i need some suggestions from you people.i have a web appln (no public access , but in MPLS) , and users are granted access with username/pass combo along with a terminal id . Before an user login in , the terminal is authorised by an admin.what i require is a method by which the site access...
873 byte By
C19H28O2 at 2007-11-19 19:25:21
Hi,I would like to populate a combo box with certain values depending on another combobox selection, i.e. if someone selects DEBT the combo box will only display the DEBT categories.I have a table setup like this:DEBT | ITEM 1DEBT | ITEM 2DEBT | ITEM 3TRANSACTIONS | ITEM 4TRANSACTIONS | ITEM 5TRANSA...
1272 byte By
esk at 2007-11-19 19:27:22
greets to all.would anyone know if it is possible to disable the print and save buttons in a pdf document once it is opened from a weblink.(i know that a copy gets saved to the cache anyway. This is gonna be used for intranet PDF files.)i found this code but i'm not sure on the correct usage......
1081 byte By
rogernem at 2007-11-19 19:28:24
I have a page in php (main.php) with the following javascript code:<script language="javascript">function param(valor){var i = valor.nome.value;var w = valor.width.value;var h = valor.height.value;window.open("pop.php?id="+i+"","aaaa","left=0,top=0,resizable=no,scrollbars=auto,width="+w+",heig...
74 byte By
Mattrang at 2007-11-19 19:29:32
Do you know why windows scripts don't have case-sensitive problems ??
879 byte By
ktsirig at 2007-11-19 19:32:00
Hello all!I am starting to use JS a couple of days now and mainly I am interested in using it in form validation and to create pop-ups.I have 2 questions :1) If a user doesn't have JS enabled, how will I check for empty fields in the form and show an alert box that prompts for corrections?2) A...
HiHope that someone can help me with the following.I have an XML file that I want to display in on my index.html page and am having trouble getting it displayed like i want. I have created a xsl file which works fine and shows the XML like i want.I then want to have the contents of my index.html di...
how would you make a snippit that u insert it and it will have a single text box and u type in waht u want to search there, check boxes that say google, msn, yahoo, ect. that if selected will open a new window of the search of those sites. (i want each one to be a different window of each website it...
490 byte By
a.sh1 at 2007-11-19 19:36:30
I created a javascript cascading menu using Xara MenuMaker1.1.The menu worked great until I installed Tomcat. After installing tomcat, the menu does not show at all as if the following line of code is not there. I would appreciate any help.I use the following code in my .jsp file to call the...
I am having problem with the editing of a javascript to suit my needs.I have this: http://opasnivremena.com/problemwithjs/_index.htmli want the content of the scroll element to begin from the bottom not from the top as it is in the moment.I tried to edit the js code but its too complicated for me. S...
Hello, <br/>I'm developing a form that uses a dialog box to input some special data, but i need another dialog, it's possible to have two different "dialog Boxes" (class=child), in one html form?
722 byte By
JimHol at 2007-11-19 19:38:40
This is the code i am attempting to use to insert a record. I keep getting the dreaded white screen saying that the page cannot be displayed so who knows what is going on. Can anyone spot anything or have any suggestions?var thisdatapath = Server.mapPath("SimplyDelicious.mdb");var dbConn = Server.Cr...
2128 byte By
Buddy008 at 2007-11-19 19:38:43
Hello,I know a little bit about VBScripting, and a good deal about Visual Basic programming. I have been tasked to come up with something using Outlook Forms. We are still using Outlook 2000, so you'll have to work with me here :)I'm not even sure if this is entirely possilbe, but here g...
where can i get a good code that i can put on my site so that u can type in a zip code or city and it will display the weather information on that site? i want one that will remmebr what each user typed in so that whenever someone visits it its there own city or zip code.
1296 byte By
ZhiYi at 2007-11-19 19:42:07
Hello,Firstly, apologies about posting a similar problem because there have been different answers on what language and approach to take. This time, I'll try to describe the problem clearer.In short, I have to display a rightclick menu only when the user rightclicks on a list item in a listbox....
959 byte By
madziaq at 2007-11-19 19:43:36
Hi everyone,I am having problems with javascript in IE and I'd appreciate your help. I wrote a javascript function which should append some text to innerHTML property of a <span> tag when a form text field is empty. The relevant part of the code looks like thiserrorReport = document.getE...
Hi guysI know that this: <%Response.ContentType = "application/msword"Response.AddHeader "content-disposition", "inline;filename = MyFile.doc"%>allows me to obtain -the code that I write- into a word pageI've got a problem Is there some function or command that allow me -When I want- to...
2373 byte By
AskMe at 2007-11-19 19:43:55
<html><title>Date Formatting Application </title><script language="JavaScript"><!--function form_checker(){var radio_choice = false;for (counter = 0; counter < form.radio_button.length; counter++){if (form.radio_button[counter].checked)radio_choice = true; }if (document...
417 byte By
minnieds at 2007-11-19 19:44:51
Hi,I have a problem along similar lines. I have a asp drop down list and on selecting 1 of the values in it, i need to call a javascript function which will ask for confirmation before executing a method in C#.The catch here is, I want this only for 1 of the values in the drop down list. When i use...
1622 byte By
SRD at 2007-11-19 19:45:09
I've been stuck trying to do this for an hour or so but I can't seem to figure out a solution. Let me break the situation down:I have 7 comics named comic_Sun.gif, comic_Mon.gif, comic_Tue.gif, comci_Wed.gif, etc.I wrote a fuction called getDayname() that returns the first three letters...
305 byte By
C19H28O2 at 2007-11-19 19:45:47
Hi,is there a way to exit a procedure/function in javascript?If i have a button that saves data but i want it to exit if no data has been entered is there a way to say if textBox1 == "" exit function, therefore exiting before the save commands etc are run?ThanksC19...
229 byte By
tejalm at 2007-11-19 19:48:07
I want to use arrays and variables which are in JavaScript..<br/>If will get those then i can easily update my Access DataBase...<br/>And How to Read Tabdelimited textfile in ASP..??<br/>Thanks in advance...<br/>Plz hurry...
509 byte By
ZhiYi at 2007-11-19 19:50:37
Hi,Are there javascript functions to find the cursor position of a mouse?Also, are there javascript functions to find if the mouse cursor is within a listbox?A C# code sample is shown below:Listbox lb; //lb is a listboxPoint cpos = lb.PointToClient(Cursor.Position); //find coordinates of mouseif(l...
331 byte By
tejalm at 2007-11-19 19:51:14
hi,In FORM action i am using site's login page's URL and giving TARGET in IFRAME. And changing IFRAME's location to my perticular page but if i have already logged in that window then its going on target URL but if i log out from that IFRAME and refreshing then login error coming and...
943 byte By
tejalm at 2007-11-19 19:51:16
HI, I want to get Text Areas Value in One Text file.. That Text Areas content in tab delimited format. Now here I am getting Text File using JavaScript but here one dialogue box coming to save file.. I dont want that..Check this ::: var w = window.frames.w; if( !w ) { w = document.createElement(...
1076 byte By
tejalm at 2007-11-19 19:53:30
Hi,,,, this is my code..strAryWords = Split(readln, " ") dId = strAryWords(0) dName = strAryWords(1) dPayout = strAryWords(2) dType = strAryWords(3)adoCon.Execute "Insert Into TABLE(ID, Name, Payout, Type) Values('"& dId &"','"& dName &"','"& dPayout &"','"& dType...
219 byte By
Jona at 2007-11-19 19:56:49
I have a set of functions written in ASP. How can i create a library of the same? Is there any specific tool or form from where i can retrieve them when i use include function in ASP program.<br/>Thanks in Advance.
441 byte By
ifw at 2007-11-19 19:58:45
hello i just want to gave links of my instant messneger id's in my contact detail on the simple html page... as like for yahoo messsneger we can set the ****- ymsgr:sendIM?YAHOOID -****for MSN & AOL messenger what will be the code to be put on my html code...??please help me ..ou...
417 byte By
ZhiYi at 2007-11-19 19:58:53
Hi,I would like to pass an integer to a javascript function. How do I do that for the function definition header and the called function?And, are there functions in jscript which gives mouse coordinates Relative to the control? e.g the top left coordinates of a listbox is (0,0) instead of its positi...
i want to pass two variable in querystring. i am using asp.net. i want to pass two variables from one aspx page to another popup window. but it is not workingcode is given belowstring fn="kevin";string ln="thomas";Response.Write("window.open('cmsreportpage.aspx?fname=' +fn+'&lname=...
HiI have a website that I want to allow users to upload images to. Therefore this involves transferring the images from their PC to my server. As you know, with increased megapixel camera becoming the norm these days, the original photos on the users machine will usually be a lot larger than what...