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...
I have a form embedded into an email. When I send this email, the recepient can enter in information and then submit it. Upon subission, it opens a page and displays the results. However, in MS Outlook 2003, NONE of the parameters are received on the "action" page (causing a pmajor problem)...
I ran into this problem and it caused major delays. The resolution I found was to close the solution. Then go the the folder structure and manually delete the files inside the /bin/ folders. These folders contain a bunch of .dll's that will be re-create devery time you compile anyways. Delete...
Or instead...when the "Add Row" is done, you can check to see if there is only one row in the DG. If there is, then "update" it with the new values. If there is more than one row, then "add" your row.
This way, when you start the DG will show up because there is a blank row. When you add one...
I have Adobe Acrobat 6.0 Pro installed on my pc.
I have created a bunch of form fields on a PDF and I can enter values and save different versions with different sets of values entered in (obviously with different file names). However, when someone else opens the PDF on their pc (they don't...
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.