|
|
|
|
| File Uploads With ASP? |
| Can anyone give me some good example of how to perform file uploads of html pages where I can restrict the content? Primarily for eliminating dangerous or annoying code. |
| Asked By Robbe Morris in the forum on Saturday, March 24, 2001 11:00:35 AM |
| |
|
| JavaScript Dynamic Menues |
| Does anyone have any good examples of those dynamic drop down menues I see on other sites? |
| Asked By Robbe Morris in the forum on Saturday, March 24, 2001 11:01:34 AM |
| |
|
| DB Access over internet |
| Is there a good way to connect to an Access database over the internet? The database is sitting on a web server. |
| Asked By Robbe Morris in the forum on Saturday, March 24, 2001 11:03:18 AM |
| |
|
|
|
| Color Palette |
| Anyone know where I can get a complete code sample for selecting colors via a nice color palette? |
| Asked By Robbe Morris in the forum on Saturday, March 31, 2001 1:11:29 PM |
| |
|
|
|
| NS DIV Tag Question |
| If a DIV tag is used, how do you reference it's background color property (via JavaScript) after the page loads? Cannot find an accurate answer in a couple of my JavaScript books that is specific to NS. |
| Asked By Robbe Morris in the forum on Thursday, April 05, 2001 11:39:40 AM |
| |
|
| splitting records in array based on date |
| first i will tell you what i am doing as of right now. then what i need to be doing.
i am selecting all hours based upon which project is choosen. i am grouping the profileemails together and summing their hours to get a total for each distinct profileemail. right now this happens for all records. this the query that does this is:
select a.profileemail, c.profile_team, sum(convert(decimal(1... |
| Asked By erik boehringer in the forum on Thursday, April 05, 2001 12:09:41 PM |
| |
|
| hiding an image's path |
| My goal is to hide the complete URL from the users, so that I won't get people stealing my bandwidth by linking directly to my images.
I read Bart Silverstein's article on protecting images in 4Guys ASP articles. This works great, but I am having a problem, which I am unable to resolve. The html tag is:
The asp file redirects with the correct path to the file passed in. The proble... |
| Asked By Greg Lovely in the forum on Thursday, April 05, 2001 12:09:55 PM |
| |
|
| Can you help me |
| I need to detect the client pluggin installed...
but the problem is that i need to detect it server side...
can anyone help me!
Alain |
| Asked By alain leblanc in the forum on Friday, April 06, 2001 2:01:39 PM |
| |
|
| loading pages in a frame |
| I have 11 frames on my site. When frameset loads, the default content loads and looks great in all 11 frames (well, to me it does). When links are clicked in three of the frames, different content appears in other frames as I wish it to do. ----Now, my problem--- When a user clicks a button to go to another frame (the new content enters the frame correctly, for instance, NAME="id_05" (from frame... |
| Asked By TC Robinson in the forum on Wednesday, April 18, 2001 8:49:07 AM |
| |
|
| Dynamic ASP Includes |
| Can someone give me an alternative that allows for dynamically including asp files based on the user logged in. |
| Asked By Michel Learns in the forum on Friday, April 20, 2001 10:20:10 AM |
| |
|
| Remove blank lines |
| Hi,
I wanted to know how do I remove blank lines from text file. Any help will be appreciated.
John. |
| Asked By john mathew in the forum on Tuesday, April 24, 2001 3:00:59 AM |
| |
|
| Full Text Indexing (SQL Server 2000) |
| I have Full Text Indexing set up on a Table A in Database A.
Every night, we detach (update stats as well) and reattach Database A. The two database files are zipped up and moved to another location.
It appears that the Full Text Indexing is not automatically reenabled with Database A is reattached. Does anyone have any good scripting examples either with ADO or SQLDMO?
I want to make sure... |
| Asked By Robbe Morris in the forum on Tuesday, April 24, 2001 10:59:16 AM |
| |
|
| urgent - how to create dynamically asp pages |
| I think my question is maybe easy for experts, but as beginner ... I would appreciate if some of you can tell how to do the following. I need specially explanations "step by step" because I don't know by where starting, with what and how continue ...
I'm woking on setting up a site quite big and I want to use asp to create dynamically alle pages, there no index searching at this time, il will be... |
| Asked By Alexa Coll in the forum on Tuesday, April 24, 2001 11:23:28 AM |
| |
|
| MS SQL 2000 |
| Hello,
I'm using MySQL, but want to upgrade to MS SQL 2000 server.
Is it possible to import my current databases into MS SQL?
Regards,
Erwin |
| Asked By Erwin Bercx in the forum on Monday, April 30, 2001 6:05:09 PM |
| |
|
| Can't find quick sample... |
| I'm working on a "server side" function to read this XML file.
I can't find an example online of how to find a specific question
("Q10000003") and immediately reference only it's child nodes.
Q represents a question and A represents possible answers.
Using the MS parser, can you whip up a quick example of
the most efficient way to get the question and iterate through
it's children.
<?... |
| Asked By Robbe Morris in the forum on Wednesday, May 02, 2001 7:15:23 PM |
| |
|
| VB/SQL Server FAQ |
| How can I pass a recordset from VB to a stored procedure of SQL Server? Help me. Is there any other way? Pls give me an example. |
| Asked By Dhrubajyoti Dey in the forum on Wednesday, May 09, 2001 2:33:21 AM |
| |
|
| POST from XMLHTTP |
| Hi
I am trying to post a variale using xmlhttp to an asp page.
but on the server side, when i say
request.form("strXML"), I am getting nothing..
on the client my code is
Dim xml
Set xml = Server.CreateObject("Microsoft.XMLHTTP")
' Notice the two changes in the next two lines:
xml.Open "POST", "http://www.imdb.com/Find", False
xml.Send "strXML=<test><name>xyz<... |
| Asked By Chandra Ankalu in the forum on Wednesday, May 09, 2001 4:43:11 PM |
| |
|
|
|