When I called to talk to them about it, they fed me the path and sent me on my way. I asked them the same question and they implied that the path was all that I needed.
I was sceptical, but no knowing much about the topic I asked a few more questions and the person sounded like they knew what...
I need some help filling in the blanks on this one...
I have been working on and testing a db on my home system and now am trying to move it to the web. I cannot get the connection string to work.
I am using an include file to set the informaiton and on my home system it works. I have been...
FYI: I looked at the code that I pasted and realized that the majority of it was rem'd out. I suspect the helpful fella from the webhosting company though that he would be funny by changing the name and remming out the lines to see if I would catch it.
Hmmm
I fixed it, but that still doesn't...
I am having trouble installing my MS Access database to the web. Unfortunately the web host wasn't able to answer my question. I attempted to look up the Tek-Tips FAQ on the subject, but the page won't load (just my luck!).
Here is what I am trying to do:
I have a database called Seed.mdb that...
Is it possible to exclude just the link on the page. I just think that it would look more professional
Here is code for the link:
<td align="right" valign="top"><font color="#0000FF" size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="javascript:printWindow()">Print
This...
I have data that I want to display using grouping.
My background in grouping is MS Access using queries and reports. I searched here for grouping and found multiple entries on the subject, but many were over my head.
I do understand the concept of two loops, but that part that I can't seem to...
I tried posting this problem in the .asp forumn, but maybe it should be here...I have a page [matchsetup.asp] that contains a form that set cookies based on three elements..
a date, a name and a name
One text box and two combo boxes respectively.
I set the cookies on the following page...
I did check to see that it was POST. thanks
When I submit the form I am populating a database and the information is in the fields.
However, when I submit it on the next page it crashes because the values aren't present.
I have done cookies and never have I seen this.
Thanks for the help
Keith
I need help to find out what I am missing.
I have a page that the user picks three items (a date and two names.. all in different fields)
When they submit the form, I use the following code (on the next page) to assign values to transfer over to the remainding pages that need the cookie...
Sorry Chessbot, no luck,
Any other suggestions?
I scoured the web for switch examples to find the one that put the variable on both sides of the comparitors.
This is so easy in VBA using the TO operator. (case 1 to 7)
The only way it works is if I assign one number to each case. I have tried...
Background Information This is the bottom half of an if statement. I am trying to determine what the number of points that the wrestler won by and award him the proper point for the match and seeding.
Essentially there are three categories: Tech Fall, a Major and win by decision.
A decision is...
Not to clear on what you are doing, but percentages in the table would help you keep it centered.
for example
Make a table 100% of the page >> 3 columns | 1 row
Insert the 'real content' table into the above table in the center column and assign it a pixel width value.
Play with the...
Here is a way to see if the pages are associated with the template:
Open a page that should be associated with the template.
Make sure that 'invisible elements' are showing.
In the menu go to VIEW | VISUAL ELEMENTS and see if invisible elements has a check mark next to it. If not, click on it...
Sorry for being so long getting back... my 13 year old races a car and I had to get it ready.
He started last after having electrical problems during the heat races and was running sixth when the friggin wheel literly ripped out of the center and ended the night.
Oh well, thats racin'!
I think...
I replaced the test string with the value from the drop down box. I think that the if statement is being entered, but no match is found:
The result in the message box is a hyphen? -
When I initially tested with your control (home wrestler name) the wrestlers name in the text box did appear...
Okay, I was able to update my script to look like this:
--------------------------
<script type="text/javascript">
function UpdateFieldsForfiet() {
alert ("Script entered");
var entryForm = window.document.match_information;
var HmWrestler = entryForm.cboHomeWrestler;
var VsWrestler...
Okay.. duh on my part
Found that the parens were missing in the logic of the IF statement. That solved my problem as far as getting into the function.
Still having the problem that the variables are displaying as [object]
Thanks for the help so far!
Changed what you noted, still not getting it to work.
I did some testing and the problem lies within the IF statement.
If I rem out the IF statement and put alert boxes to display the variables, they display--> [object]
instead of the values. Not sure, but seems...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.