Anyone have usefull information when your company decides to start adding bar codes to documents that are created using Word & .NET? Things like; which kind is the best, where to buy, can you get them for free?
Here’s the deal… you made a web site: http://www.ats-tech.net
You made another website also: http://www.balloonattics.com
The problem: You want to put a link on www.Balloonattics.com that points to the “Hosting” page on www.ATS-Tech.net. You used an iframe for the “content” of ATS-Tech, so...
What I'm trying to do seems simple but it is hard to explain...
Say I have a web page with an iFrame to display the main content, the "body" of the page (http://www.ats-tech.net).
If I'm on another web page that's linked to "ats-tech" and I want to direct them to a page...
It is possible to link someone to a an index page with a 'main' iframe and send them to a certain page within that iframe?
Example: http://www.balloonattics.com
I want to be able to send someone to this page, and have the iframe load a page other then the "src" page in the iframe.
Why is it that the following line:
<script language="JavaScript">t.submit();</script>
...will submit the form in IE 6, but Netscape just sits there, like the form isn't submitting?
The long story is I was opening a popup window and then at a later point closing it. I didn't have the syntax correct to "reload" the parent window from the logoff routine. I hadn't used that method before and didn't know you had to use "location" just before it. So at the...
Well, that does work with less code, thank you for showing me a quicker way to check that! Unfortunately though, I still can't get it to set the focus &/or select the text in the field. It's still moving the cursor to the next field in the form. =(
Why would it be that when I call a function:
"
function validateZip(textObj)
{ // Must be all numbers and 5 digits
var str = textObj.value
var aChar = ""
var formObj = document.frmAbstractor
if (str.length != 5) {
alert('Please enter a valid Zip Code.')...
They say:
"
An API (Application Programming Interface) is used in many different contexts in this industry. To clear this up with our service read below:
We offer a Common Gateway Interface (CGI). This means your site will need to contain an HTML form or link with cgi parameters appended...
It's not coming over in the URL, I can tell that much. Their support sent me this Perl snippet that can be used to pull the variables... does this tell you how it's being passed? I know nothing about Perl though so this means very little to me:
#!/usr/bin/perl -w
&get_input_print;
exit...
I'm having an "I've never done this before" issue:
I'm using 2CheckOut to do credit card verification for me. When the transaction is complete, I'm having them redirected back to my page. They say they pass back the customer's variables that I can pull at that point. The problem is, I...
Well, I tried to check out that CGI.PM and that's so far over my head I wasn't even sure WHAT it was.
Is there a way to pull the URL their sending me so I can tell if they're sending me a POST (query string)?
They make it look like I have to have them pass the query back to a routine...
I'm having an "I've never done this before" issue:
I'm using 2CheckOut to do credit card verification for me. When the transaction is complete, I'm having them redirected back to my page. They say they pass back the customer's variables that I can pull at that point. The problem is, I...
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.