Hello we had a problem with our clients caching pages on their proxy server so people we seeing other peoples information. We got round this by using forms and submitting them that in turn forced the proxy server to get a new version of the page each time. This works fine with IE but not with...
Hello,
I have installed BCB 5 on Windows 2000 and I'm having problems creating a new project.
If I save the project using the defaults of unit1 and project1 the program will run but if I use any other name I get
[Linker Error] Unresolved external 'WinMain' referenced from C:\PROGRAM...
Hello,
This is probably very easy.
I am using the navigate2 method in my prog. eg. mynav.navigate2 (url)
the method navigate2 is define like so
object.Navigate2 URL [Flags,] [TargetFrameName,] [PostData,] [Headers]
I would like to be able to pass some values the the flags parameter. How do...
Hello I am trying to validate a date if the format dd/mm/yy
this works fine in IE5-6
var filter=/^[0-9]{2}[/]{1}[0-9]{2}[/]{1}[0-9]{2}$/;
if (! filter.test(inpDate))
{ alert("Please enter Date in DD/MM/YY Format !");');
return false;');
};
but I get
JavaScript Error...
Hi,
I have three dropdown select option fields on a html form called myform.
They are hours_values (00 - 23), minutes_values (00 - 59) and day_segment_select (1.00,0.75,0.50,0.25).
when then user changes the day_segment_select the other two dropdowns change depending on values on other...
Hello I am using window.opener to return a value to a page that calls a pop-up window.
when I try to pass back the value I get a permission denied error.
Within my pop-up window the user can click a button that updates the pop-up window by calling an url to rebuild the page.
If I do a very...
Hello I have the following directory structure
f:\javatimesheet\ie\core\timesheet\data and in my java source file I have
package ie.core.timesheet.data;
public class ...
if I am in the directory data and the source file is there i can compile but I cannot run the class.
I thought this would...
Hello I have an activex control running in IE5 and on it i have a button that when clicked I want it to open a html page in the same window. At the moment it opens another IE5 session.
I have referenced the IE controls and set the code up as follows.
Declarations
Dim IE As...
Hello
I have just been given a job that needs to use an ocx. I have created an application with the ocx control in it. This works on my own pc but I cannot get it work on any other pc. I have use the package wizard for the application but it brings up a list of files saying they have no...
Hello I have searched for an answer on this it's probably there somewhere.
I have a one button form
<form><INPUT TYPE="button", name="go_update" value="Re-Submit" onclick="do_update()"></form>
and depending on other values I need to hide or disable this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.