Hello
I have created a script that does async postback to server and then simply uses an alert box to show results. It works both in IE and Mozilla when posting to a different page than the current one. In IE it works to send data to the current page and read response, but in Mozilla it seems...
Hi,
I have a document that contains an Iframe. I would like to call from this document a function found inside the IFrame. In IE this works easily with document.frames[0].functionName(). But the problem is to make this work in Mozilla. Anyone has any suggestions?
Thank you...
hey.
I have a document with an iframe and an element inside the iframe. I need to find the absolute coordinates of the element with respect to the document (not iframe).
how can I do this (I can get the absolute coordonates of the element inside the iframe with respect to iframe)? (please...
Hi.
I have a page where I want to create some radio buttons dynamically. After adding them to the page, they don't seem to react in any way to user interaction (meaning they won't check when clicked or anything).
Has anyone an idea of what could be wrong?
Thanks.
--------------------------...
Hi,
I have an application that needs to create some tables when it's launched. It first deletes the tables if they exist then recreate them. The problem is that one field (called 'sc') gets translated into 's_' when the table actually gets created in the db.
with form1.Table1 do begin...
hi... is there any way to create an associative array in javascript with inline declaration (for normal arrays you would use var myArr = new Array("a", "b", "c");) ?
thank you very much
--------------------------
"two wrongs don't make a right, but three lefts do" - the unknown sage
Special thanks to Denis Bauer for extra information about this.
1. With ASP.NET you have two options to create controls on a web form: declaratively within the HTML code or dynamically at runtime. While the first one is much more common, the second options is especially helpful in scenarios...
I am using a class to send POST requests to a page with then redirects me to another. running all this on the local host (windows xp), everything works ok. on the server (win 2003), instead of setting the headers for redirection, php simply outputs them to the page. what could be the problem...
I have a web application that needs to submit a form to a specified url.
since the form must also contain fields that are private and should not be seen by the user, I decided on using php_curls to accomplish this.
the info gets correctly posted to the page however the rest of the content from...
Microsoft is currently investigating a reported vulnerability in Microsoft ASP.NET. An attacker can send specially crafted requests to the server and view secured content without providing the proper credentials. This reported vulnerability exists in ASP.NET and does not affect ASP. This issue...
hi everybody.
I have an XML that looks like this
<InterOpMessage xmlns="http://www.apl.ro/interop">
<EnvelopeVersion>1.0</EnvelopeVersion>
<Header>
<MessageDetails>
<Class>ITL_DECC_01</Class>
<Timestamp></Timestamp>
</MessageDetails>
<SenderDetails>
<IDAuthentication>...
has anyone ever connected to a website using sockets? if so, what's the simplest way to do that? i always get an error that address is in use...
thanks
--------------------------
"two wrongs don't make a right, but three lefts do" - the unknown sage
has anyone ever consumed webservices from a delphi application? if so... can you give me some tips on what's the easiest way to do this?
--------------------------
"two wrongs don't make a right, but three lefts do" - the unknown sage
I have a pdf that has to downloadable by the user (instead of seen in IE). what are the options I have?
thanks in advance
--------------------------
"two wrongs don't make a right, but three lefts do" - the unknown sage
hi.
I'm using CSS to customise the way that links look. However when a link is active and I click with the mouse anywhere in the page, it becomes just like a normal link. What am I doing wrong... or is this the default behavior?
--------------------------
"two wrongs don't make a right, but...
hi
I'm looking for a way to execute an existing query that needs a param and return the value of it inside a textbox. This has to be done on an AfterUpdate event of a combobox.
I'm very new to access and VB but not to programming. Thanks for any help
anyone ever tried:
x = parseFloat(0.1) + parseFloat(0.2);
document.Write(x);
it will return 0.30000000000004
this is strange... anyone got an explanation?
I have a dataset with alot of relations defined and a datagrid that displays a table from within the dataset and the user can navigate from a table to another through the dataset's relations. However, what I can't seem to be able to do is to get the relation's parameters (e.g if I have two...
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.