The "window.open()" method will open a link in a new window. In IE7, how can I open a link within the same window, but in another tab? Also, how can I distinguish which browser version the user is on?
Thank you in advance.
I have a <SELECT> tag as follows:
<select name="firstName" id="firstName" style="width=50px">
<option value="0">Alla</option>
<option value="1">Alabama</option>
<option value="2">Boris</option>
<option value="3">Bella-Hermoza-Chicka</option>
</select>
The <SELECT> tag MUST be a small...
I currently have a select list:
<select name="list">
<option value="a">A</option>
<option value="b">B</option>
<option value="c">C</option>
</select>
I add and remove items dynamically using the folowing:
list.options.add(oOptionItem);
list.options.remove(i);
However, when I add and...
I have a .NET application that dynamically creates a PDF. I know that Adobe is automatically refreshing the page because the constructor of the .NET page is called twice. This is causing a problem because the .NET app hits a log file. Most times this PDF is created (but not every time), there...
I have a .NET application that dynamically creates a PDF. I know that Adobe is automatically refreshing the page because the constructor of the .NET page is called twice. This is causing a problem because the .NET app hits a log file. Most times this PDF is created (but not every time), there...
Alright, whatever. I've had this problem before. I just moved the function the the very bottom of the page, and it fixed the issue. The parameter was sent and received without any problems.
The page will render all javascript before any logic is called. You must make sure to assign the value of pID BEFORE you create the function popupHA().
If your code looks like this (approx):
<body>
<script language="javascript" type="text/javascript">
<!--
function popupHA()
{...
Maybe you have the Professional version? Most people don't have that. But like I said above, if you are using Dynamic PDF, it allows your users (who may only have the Reader) to view and save PDF's containing pre-populated data.
You can create a textbox with a value of "mm/dd/yy". Then, "onFocus();", you can clear the value and allow the user to enter in the desired value. You can also add an onLoseFocus (I forget what the actual function is) that will check to see if the value is blank. If it is blank, you can...
It's never good to request that your users download a new application to view your PDF's.
I have been involved in converting all of our PDF's that contain form fields (ie. FDF's) into PDF's using Dynamic PDF 3.0.
This application is a .NET component that enables the application to create...
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.