Search results

  1. W

    Is it possible to use Frames in Flash?

    I need to display an ASP page inside a Flash movie. Is it possible to do this? We don't want to leave the Flash environment and jump to another page. It would be impossible to implement the functions from the ASP page in Flash (I think).
  2. W

    How can I stop IE from limiting no. of chars in textarea?

    Well, I tried it on my other XP machine and it behaves the same. What a drag! I wonder why this issue hasn't come up more often.... If anyone finds out how to configure IE to stop this bad behavior, please let me know! Thanks to all, S
  3. W

    How can I stop IE from limiting no. of chars in textarea?

    Ah, yes. I see what you mean. Unfortunately that is not the problem. I'm pretty sure that the issue is with my Browser. I am going to try it on my other computer. It is an XP machine too. But if it works, that points to a configuration (or ???) error on my computer.
  4. W

    How can I stop IE from limiting no. of chars in textarea?

    No, I am using POST, and I don't include any tags in the URL. (I'm not even sure what you mean by this... do you mean the URL pointed to by the action attribute in the form tag?)
  5. W

    How can I stop IE from limiting no. of chars in textarea?

    Well... I disabled the mailing code and the same thing happened. But, I asked my brother to try it out on his Mac. It works with the long data. There must be something about IE that is preventing long data from being posted from a textarea. Damn them anyway! Does anyone have a clue about...
  6. W

    How can I stop IE from limiting no. of chars in textarea?

    Actually the code goes: <textarea rows=8 cols=45 name="text" value=<% =text %> class="data_field"></textarea>. This allows the user to regain text when going back to edit post. I'm wondering... is it possible that the processing script could prevent the button from working? I would think...
  7. W

    How can I stop IE from limiting no. of chars in textarea?

    Sure, Here is the URL. http://www.gorgewind.com/mailform.asp
  8. W

    How can I stop IE from limiting no. of chars in textarea?

    No database is involved. Do you use Win XP IE to access this app? I think this could be a client-side issue.
  9. W

    How can I stop IE from limiting no. of chars in textarea?

    No, it doesn't go into a database. After the text in the textarea exceeds this number, the submit button no longer even submits the page.
  10. W

    How can I stop IE from limiting no. of chars in textarea?

    I have found that the limit of characters allowed in a textarea is around 1800. When this number of chars is exceeded, the submit button fails to submit the form. Has anyone ever seen this? I have done a search on this issue and have found very little info.
  11. W

    Need help getting started with MSSQL

    That did it. Thanks! I had used mssql5.m****here.biz (found in control panel) instead of a number IP. Once I changed to the number it started working. :)
  12. W

    Need help getting started with MSSQL

    I created a DB using the control panel. Databases -> MS SQL I first created a login, then I created a database. I made a table and filled it with a single record. Then I set up a DSN in ODBC Services. I selected the SQL wizard. Then I used code that worked on another existing DB and changed...
  13. W

    Asp fails to work in sub-domain

    Hmmmm.... For some reason, it did not like the tab character in the second line of the script. I'm not sure why because this was done before and it worked. Oh well. The mysteries of the web. Please remove this post.
  14. W

    Asp fails to work in sub-domain

    I created a sub domain for one of my customers, but it doesn't seem to be able to run asp code. I checked the control panel and asp was enabled. All I needed to do is to redirect to the main domain. I tried to use the redirect web service supplied in hsphere, but that seemed to supplant the web...
  15. W

    Enterprise Manager keeps kicking me out!

    It seems to have about a five to ten minute timeout. I keep having to re-connect. Is there a way to set the timeout?
  16. W

    Enterprise Manager docs anywhere?

    I am using the built-in Enterprise Manager to admin MSSQL databases. However, I can't seem to find any documentation, even on the website. Perhaps I just missed it. Any help would be much appreciated. Also, I gather that MS Enterprise Manager is available, but I don't know if it is worth the...
  17. W

    Changing plan to add stats failed

    Never mind. The URL was generated to a page assuming DNS had propagated. The temp URL worked fine when substituted.
  18. W

    Changing plan to add stats failed

    I just edited a plan to add stats but when I tried to use them I got a 404 error. What should I do?
  19. W

    How do I make asp script into cab file?

    Thanks very much. This seems like what I've been looking for. I would be interested in how your investigations turn out. I will also post my experiences. SV :]
Back
Top