Hello - I have a table of file names that has fields like this
path filename destination
C:\JKWORK\USATools\jpgfiles 1234.jpg C:\upload
C:\JKWORK\USATools\jpgfiles 5678.jpg C:\upload
C:\JKWORK\USATools\jpgfiles a2b3_small.jpg...
ok - i figured it out - this script works just fine without having to write anything in the <HEAD> portion of my html page:
<script language="javascript">
var newwindow;
function poptastic(url)
{
newwindow=window.open(url,'name','height=350,width=550');
if (window.focus) {newwindow.focus()}
}...
Hello:
Help please! I need to write a link to a page and popup a 550 x 350 window for an html page. I can not place anything in the <HEAD> portion of the HTML page since it is templated.
I need a self-contained popup solution that will popup the page sized 550 x 350 and is a complete...
Hello:
Help please! I need to write a link to a page and popup a 550 x 350 window for an html page. I can not place anything in the <HEAD> portion of the HTML page since it is templated.
I need a self-contained popup solution that will popup the page sized 550 x 350 and is a complete...
Version 7 is still struggling with the new version of code above - it thinks that criteria is missing.
Please look at it for any obvious causes - thanks for the sample.
John
John Kolker
Programmer
jwkolker@comcast.net
Hello - guys - could you make the tweek to the code so that I can "see" it - I really don't know what to do with the and if statement.
John Kolker
John Kolker
Programmer
jwkolker@comcast.net
Hello:
I need to save down an 8.5 report to a 7 report (so that that 3rd party software's dll's can run the report)...
At any rate the 8.5 report runs fine using this criteria but the 7 returns errors - are there any issues that can be fixed to have this run in 7 too?
Code Follows...
Hey Duane - thank you very much - this is what I ended up using and it worked like a charm - take a look -
Function GarbageInExtra(pvarText As Variant) As Variant
'gets rid of everything except numerals
Dim intChars As Integer
Dim varGarbageOut As Variant
Dim strJunkChars As...
Do you know a good source to learn more about using MIME::Lite and Net::SMTP to do all sorts of great HTML Mail manipulations, including alternative types for those who can not read html mail?
I have not idea how to do html mail - can't I just configure the script in mail.pl to be html?
JK...
Hi there - I have a site that sends mail from a script called mail.pl
The following let's a user know that a visitor has posted a message for them at the site.
I want to cleanup the URL so that it says "Click Here" to pick up your message instead of the dreadfully long URL string -...
Hi all - this is really beating me up - I have many tables have values within fields that have dashes or commas or periods that do not belong - let's use an example - In the table Candidates I have telephone numbers with xxx-xxx-xxxx in field Phone and I want to run a query or create a module to...
Hi all - this is really beating me up - I have many tables have values within fields that have dashes or commas or periods that do not belong - let's use an example - In the table Candidates I have telephone numbers with xxx-xxx-xxxx in field Phone and I want to run a query or create a module to...
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.