User Profile

Collapse

Profile Sidebar

Collapse
jenkinsloveschicken
jenkinsloveschicken
Last Activity: Jun 8 '09, 08:04 PM
Joined: Dec 8 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jenkinsloveschicken
    replied to file path ?
    In response to your inquiries:

    1. Can you provide a sample link? Chancing a guess, it may be browser related(such as server MIME types).

    2. Check out this old post:

    http://bytes.com/groups/asp/126721-u...rver-urlencode

    This post talks expressly about the issues encountered when created hrefs to file names with spaces.


    Hope this helps

    Cheers,...
    See more | Go to post

    Leave a comment:


  • jenkinsloveschicken
    replied to file path ?
    I would imagine that would work as long as the users can hit the IP from a remote machine(no proxy, etc). You can always try it and use the concatenation to build the hrefs.

    Let me know if that works for you.

    Cheers,
    Jenkins
    See more | Go to post

    Leave a comment:


  • jenkinsloveschicken
    replied to file path ?
    aashishn86,

    So is your question how do you go about making an href to point to the file? Or are you trying to save the file name with the www address of the file?

    I would suggest that if you are getting the file path and it is correct, then in your output page, you could perform a split on the file path on ":" and then append your www address prefix.

    For example:

    Code:
    '''Using
    ...
    See more | Go to post

    Leave a comment:


  • Ok, just so you are aware, javascript is case sensitive. Change your function to this:

    Code:
    <script type="text/javascript"> 
    function updateUI(userValue) 
    { 
    //Remove the alert line once you have confirmed you are getting the correct value.
    alert (userValue);
    var userSelection = userValue; 
    var targetBox = document.getElementById("mytargetbox"); 
    targetBox.value
    ...
    See more | Go to post

    Leave a comment:


  • Hi there aashishn86!

    Sounds like you are going to need some client side scripting. In other words, unless you are using a .NET postback, you will need to have assign the listbox an onchange event that will call a j/s function to populate your text box.

    The j/s for this wouldn't be too tough. Assuming the following(just for demonstration purposes):

    Code:
    <%
    
    myDynamicallyPopulatedValue
    ...
    See more | Go to post

    Leave a comment:


  • jenkinsloveschicken
    replied to ASP Classic Loop
    Stryker,

    You mention not being able to get the header of your table to update. I don't see you writing out <th> anchors at all, so I'm assuming your in-line response.writes are not sending the correct values to the HTML markup.

    Not on a machine with IIS to test but, this should work:

    Code:
    <td style="Border-Style: Solid; Border-Width: 1px; Border-Color: #000000" width="80%"
    ...
    See more | Go to post

    Leave a comment:


  • jenkinsloveschicken
    replied to Asp 3.0 + r (cran)
    Jared,

    Thank for you for the additional feedback. Ironically I'll be in your parts this week(Magna,UT). At any rate, I managed to find a COM+ component based on R. Haven't dug too much into it, however it accepts objects(includi ng recordset objects) so I think this may be my interface solution.

    I have two end-goals in mind:

    1. Be able to create call center prediction models on the fly, based on historical...
    See more | Go to post

    Leave a comment:


  • If you field types were set to number, your insert and updates would fail on datatypes. Text/Memo should work here(be a while since I worked with Jet).

    Can you show us what a field value in the database looks like? If you are able to store 20"x20" in the field, then this should just be a matter of correctly using the replace function.

    And can you define for us what you mean by opening the record to update it?...
    See more | Go to post

    Leave a comment:


  • jenkinsloveschicken
    replied to Reading blocks..
    Glad you like! If you go that route and need any assistance, feel free to let me know and I will assist.
    See more | Go to post

    Leave a comment:


  • jenkinsloveschicken
    replied to Asp 3.0 + r (cran)
    I think that is a pretty good idea, which I will most likely end up doing.

    I noticed you are the asp guru round these parts, so would you have any other recommendations for analytics while working within the constraints of classic asp(preferrably not 3rd party plugins, would rather challenge my coding skill :) )?

    Essentially, the company I work for is a contact center company with around 15 call centers and 13,000...
    See more | Go to post

    Leave a comment:


  • jenkinsloveschicken
    replied to Reading blocks..
    I think I see now. Sorry I wasn't able to help. On last stab(not on a machine with IIS to test, but in theory will work)

    Code:
    <% Your session control here %>
    
    <html>
    <head>
    <title>Defaut Non-Customized Title</title>
    
    <script type="text/javascript">
    function initiatePage(myuserIdentifier)
    {
    	var queryString = myuserIdentifier;
    ...
    See more | Go to post

    Leave a comment:


  • jenkinsloveschicken
    replied to Reading blocks..
    I'm puzzled now. You could certainly do something like this:


    Code:
    Response.Write "<a href='yoururlhere.asp?urRequestVariableHere=Yourvalue'>Text Name of Link </a>"
    You could do this programmaticall y and build all components of the href via asp.

    It also seems like you might be wanting to make asynchronous calls from what you've described. Are you...
    See more | Go to post
    Last edited by jenkinsloveschicken; Feb 22 '09, 03:17 AM. Reason: My brain unfroze

    Leave a comment:


  • What version of IE are you using? I keep the problematic(alb eit necessary) IE6 SP2 around for testing and this code snippet works in the HTML tester provided with IE6. Also works fine in FF3.

    Do you have friendly errors turned off? If so, what is the line and var error indicated in the IE JS error window?

    If you are using IE6(not sure where it is in 7), try going to Tools > Internet Options > Advanced Tab - Then...
    See more | Go to post

    Leave a comment:


  • jenkinsloveschicken
    started a topic Asp 3.0 + r (cran)

    Asp 3.0 + r (cran)

    This isn't a typical how do I question, but I would like to pose this to the experts here:

    Are there any known public implementations of the CRAN library in use with classic ASP?


    The reason I am asking(sorry this is going to be lengthy) is that I work on a corp intranet system that is written in 85% classic ASP.

    I have recently been tasked with(and completed) development of an AJAX UI that will...
    See more | Go to post

  • jenkinsloveschicken
    replied to Reading blocks..
    Cool deal. Let me know if that works. If not, give me some more specifics on what you want and we can work towards a more definitive resolution.

    Cheers,
    Jenkins
    See more | Go to post

    Leave a comment:


  • jenkinsloveschicken
    started a topic Asp 3.0 + r (cran)

    Asp 3.0 + r (cran)

    This isn't a typical how do I question, but I would like to pose this to the experts here:

    Are there any known public implementations of the CRAN library in use with classic ASP?


    The reason I am asking(sorry this is going to be lengthy) is that I work on a corp intranet system that is written in 85% classic ASP.

    I have recently been tasked with(and completed) development of an AJAX UI that will...
    See more | Go to post

  • jenkinsloveschicken
    jenkinsloveschicken posted a Visitor Message for yimma216
    Sorry for the PM, but I am an enterprise developer on a massive Classic ASP 3.0 system. I have a question for you though, is it not an option to actually create an exe and schedule via task scheduler.

    If you can provide me some errors or more specifics, I will most certainly attempt to assist you. I have a little experience with this as I have recently deployed a sentinel script which runs 24/7 on our web server. This app queries...
    See more | Go to post

  • jenkinsloveschicken
    replied to Reading blocks..
    Pheddy,

    I know I'm late here, but if you are still looking for resolution, perhaps this will help. You can use GET or POST variables in the page to create condition filters like so-

    hey.asp?view=1

    Code:
    <%
    Dim int_userView As Integer
    
    '''Set int_userView = GET variable value
    int_userView = Request.QueryString("view")
    
    Switch Case int_userView
    ...
    See more | Go to post

    Leave a comment:


  • jenkinsloveschicken
    replied to Request.Querystring
    Not sure exactly what you are after here, but hopefully this will help. Using your code snippet from the OP:

    Code:
    shortlist.asp?mp3id=firstid,secondid,thirdid
    In the shortlist.asp script you would just need to process the variables like so:

    Code:
    '''Assign GET variable
    str_mp3 = Request.QueryString("mp3id")
    '''Process str_mp3
    str_mp3Proc = Split(str_mp3,",")
    ...
    See more | Go to post

    Leave a comment:


  • Thank you for your assistance. Worked like a charm!
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...