Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WestWind/database filter help
Message
 
 
To
20/07/2011 11:39:22
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01516279
Message ID:
01518653
Views:
58
>Is there an asp.net forum here or did you mean another forum altogether? I'm only seeing a .NET forum with ADO.NET subforum here.
>

Sorry, I meant .NET forum here and check if we have 'JavaScript subcategory' there.

Alternatively, of course, you can also ask in ASP.NET/Forums. And also, if this is West Wind problem you can ask in their boards as well.

>>>Since it is technically working I'm going to come back to this later this week.
>>>
>>>As it stands, I have one thing left I need to do. Once the record is displayed, I need to be able to to click the record number for even more information. I want another table to pop up under the main one with the extra info.
>>>
>>>I found some code that was used to link to a different page but I'm not sure how to edit it so that it just shows a new table on the same page. It uses javascript.
>>>
>>>From the HTML page:
>>>
>>>
function back(v) {document.getElementById("v").value=v;document.forms[1].submit()}
>>>
>>>
>>><form  name="BTSHist1" method="POST" action="fp1212.dp" autocomplete="off">
>>><input type="hidden" id="v" name="v" value="">
>>></form>
>>>
>>>So when that is called it tries to take you to the fp1212.dp page. How do I change it so it displays a table instead?
>>>
>>
>>
>>I think the JavaScript should just write to the current document with the Response.Write, but it's a bit tricky and I haven't done Web development lately to tell you exactly how.
>>
>>I suggest to post your new problem in ASP.NET forum for better responses.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform