Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 13
1
2
3
11
>
Last
»
Showing results 1 to 25 of 307
Search took
0.41
seconds.
Search:
Posts Made By:
QuackHead
Forum:
ASP
08-21-2003, 03:27 PM
Replies:
14
Launching an external application
Views:
2,515
Posted By
QuackHead
Has anyone found anything to answer this yet? I...
Has anyone found anything to answer this yet? I myself have been searching and still can't figure it out...
Forum:
ASP
08-20-2003, 02:19 PM
Replies:
14
Launching an external application
Views:
2,515
Posted By
QuackHead
Anyone got something for me?
Anyone got something for me?
Forum:
ASP
08-19-2003, 10:03 PM
Replies:
14
Launching an external application
Views:
2,515
Posted By
QuackHead
I still do not see any examples of anyone passing...
I still do not see any examples of anyone passing a command line parameter to the application to be run.
Please, just use my example and make it work from an .HTA file (I guess... if you have...
Forum:
ASP
08-19-2003, 08:51 PM
Replies:
14
Launching an external application
Views:
2,515
Posted By
QuackHead
Ok.. i've looked at the examples and all.. but I...
Ok.. i've looked at the examples and all.. but I can't seem to get this to do what I want it to...
here's the example of how I would do it in VB
x = Shell("c:\windows\Explorer.exe...
Forum:
ASP
08-19-2003, 05:35 PM
Replies:
7
Making a script run slower (on purpose)...
Views:
1,044
Posted By
QuackHead
Is there any other way to do it?
Is there any other way to do it?
Forum:
ASP
08-19-2003, 04:22 PM
Replies:
7
Making a script run slower (on purpose)...
Views:
1,044
Posted By
QuackHead
In other words... it'd slow the system quite a...
In other words... it'd slow the system quite a bit?
Forum:
ASP
08-19-2003, 03:39 PM
Replies:
7
Making a script run slower (on purpose)...
Views:
1,044
Posted By
QuackHead
Making a script run slower (on purpose)...
IS there a way in ASP to make the script pause?
I know how to do this in JavaScript, but not ASP....
Basically, I want one line of code to run, then the next line of code will run 1 second...
Forum:
JavaScript programming
08-12-2003, 08:28 PM
Replies:
5
Placing text on the clip board...
Views:
963
Posted By
QuackHead
another bump
another bump
Forum:
JavaScript programming
08-12-2003, 06:39 PM
Replies:
5
Placing text on the clip board...
Views:
963
Posted By
QuackHead
Hehehe .. no, not being really impatient... just...
Hehehe .. no, not being really impatient... just that no one had even read the post ....
Anywho... I need a proper example.. one that will take a variable (which holds a string) and copy it to the...
Forum:
JavaScript programming
08-12-2003, 05:18 PM
Replies:
5
Placing text on the clip board...
Views:
963
Posted By
QuackHead
bump... someone please read this...
bump... someone please read this...
Forum:
JavaScript programming
08-12-2003, 04:17 PM
Replies:
5
Placing text on the clip board...
Views:
963
Posted By
QuackHead
Placing text on the clip board...
Is there a way to take some text (predefined in a string) and place it on the clip board?
example:
<script language="JavaScript">
<!--
var strExample;
strExample = 'this is a string';
...
Forum:
ASP
08-11-2003, 09:18 PM
Replies:
14
Launching an external application
Views:
2,515
Posted By
QuackHead
Thanks Roy
Thanks Roy
Forum:
ASP
08-11-2003, 07:40 PM
Replies:
14
Launching an external application
Views:
2,515
Posted By
QuackHead
Can you give me an example code? Just make...
Can you give me an example code?
Just make up a fake application name and pass a parameter to it...
Thanks
~Quack
Forum:
ASP
08-11-2003, 05:44 PM
Replies:
14
Launching an external application
Views:
2,515
Posted By
QuackHead
That's an option, we would install the html (or...
That's an option, we would install the html (or whatever) page on the user's computer.
How now brown cow? (sorry... I had to)
let me know
~Quack
Forum:
ASP
08-11-2003, 04:37 PM
Replies:
14
Launching an external application
Views:
2,515
Posted By
QuackHead
Launching an external application
I'm wondering if it's possible to lauch a file from ASP and pass it a command line parameter...
I'm looking for something similar to the VB SHELL function.
I know the path/name of the...
Forum:
ASP
07-31-2003, 03:38 PM
Replies:
8
Reading from text file, export to DB
Views:
1,065
Posted By
QuackHead
Just to clear some stuff up... sorry for the...
Just to clear some stuff up... sorry for the rudeness, but I keep getting answers like this from Roy... always vague, never completely answers the question... makes one wonder how he got so high on...
Forum:
ASP
07-30-2003, 09:52 PM
Replies:
8
Reading from text file, export to DB
Views:
1,065
Posted By
QuackHead
Thank you for your VAGUE answer.... you always...
Thank you for your VAGUE answer.... you always answer like this.
I'd like some actual advice on how to do this. The text file will be dynamic, I wont be reading from the same file all the time. ...
Forum:
ASP
07-30-2003, 06:15 PM
Replies:
8
Reading from text file, export to DB
Views:
1,065
Posted By
QuackHead
Reading from text file, export to DB
Alright, can someone draft up a quick example for me, I've never done this before...
I want to read a bunch of data from a text file (which came from a database). Then, I want to shove that data...
Forum:
JavaScript programming
07-21-2003, 08:21 PM
Replies:
6
Highlighting Table Cells...
Views:
850
Posted By
QuackHead
oh, I think I got it, thanks so much for your...
oh, I think I got it, thanks so much for your help, it was great!!!
Forum:
JavaScript programming
07-21-2003, 08:18 PM
Replies:
6
Highlighting Table Cells...
Views:
850
Posted By
QuackHead
<tr><Td class="normalRow"> </td><td...
<tr><Td class="normalRow">
</td><td class="otherRow">
Would it be easier to just define the class from the Table Row tag?
<tr class="normalRow">???
Forum:
JavaScript programming
07-21-2003, 08:11 PM
Replies:
6
Highlighting Table Cells...
Views:
850
Posted By
QuackHead
Hey, thanks, one thing I left out here... I'm...
Hey, thanks, one thing I left out here... I'm using styles for my table rows... there are two different sections... so I need two different styles....
When I tried to put this code in my page, it...
Forum:
JavaScript programming
07-21-2003, 07:31 PM
Replies:
6
Highlighting Table Cells...
Views:
850
Posted By
QuackHead
Highlighting Table Cells...
Ok, anyone who's used Hotmail has seen this...
YOu have a table (let's start with 2 columns and one row) with a checkbox in the first column. When you click the checkbox, it changes the table's...
Forum:
ASP
07-15-2003, 09:58 PM
Replies:
8
Vague question, but I need ideas...
Views:
891
Posted By
QuackHead
It's still my database... (same company) so no...
It's still my database... (same company) so no worries there
Forum:
ASP
07-15-2003, 09:43 PM
Replies:
8
Vague question, but I need ideas...
Views:
891
Posted By
QuackHead
I'm just grabbing SOME info from their database,...
I'm just grabbing SOME info from their database, we're not talking about duplicate databases here.
I cannot set up a webserver there because of restrictions placed on me by their network admin.
Forum:
ASP
07-15-2003, 09:42 PM
Replies:
9
Reading files from the User's hard-drive
Views:
1,042
Posted By
QuackHead
basically, I'd write a utility in VB that will...
basically, I'd write a utility in VB that will access the database (which would be installed on their computer) and use that to make the text file. The user would then click the button to "upload"...
Showing results 1 to 25 of 307
Page 1 of 13
1
2
3
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
02:04 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.