473,322 Members | 1,562 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

pass value to variable in html file

Hi,

I am attempting to select a value in a combo box in a form in access 2000 and
pass it to a variable in an html document.
How can i do this?
Thank you very much.

--
Message posted via http://www.accessmonster.com

Mar 17 '07 #1
3 3214
On Mar 16, 9:32 pm, "valerehorath via AccessMonster.com" <u32507@uwe>
wrote:
Hi,

I am attempting to select a value in a combo box in a form in access 2000 and
pass it to a variable in an html document.
How can i do this?
Thank you very much.

--
Message posted viahttp://www.accessmonster.com

This is a little vague.
Where is the html file located? Are you passing it to a page script or
as part of the page's construction - meaning creating the file while
using variables?

Mar 17 '07 #2
Hi,
Thank you for helping out. The file is stored on my computer and my database
does not create the file. Basically, there is a flashmovie in my html file.
This flashmovie has different variables which i would like to give values to
from my access database. I found out how to give variables a value within the
html code. Unfortunately, that is as far as i got.
Any idea?

storrboy wrote:
>On Mar 16, 9:32 pm, "valerehorath via AccessMonster.com" <u32507@uwe>
wrote:
>Hi,
[quoted text clipped - 5 lines]
>--
Message posted viahttp://www.accessmonster.com

This is a little vague.
Where is the html file located? Are you passing it to a page script or
as part of the page's construction - meaning creating the file while
using variables?
--
Message posted via http://www.accessmonster.com

Mar 17 '07 #3
On Mar 17, 12:08 pm, "valerehorath via AccessMonster.com" <u32507@uwe>
wrote:
Hi,
Thank you for helping out. The file is stored on my computer and my database
does not create the file. Basically, there is a flashmovie in my html file.
This flashmovie has different variables which i would like to give values to
from my access database. I found out how to give variables a value within the
html code. Unfortunately, that is as far as i got.
Any idea?

storrboy wrote:
On Mar 16, 9:32 pm, "valerehorath via AccessMonster.com" <u32507@uwe>
wrote:
Hi,
[quoted text clipped - 5 lines]
--
Message posted viahttp://www.accessmonster.com
This is a little vague.
Where is the html file located? Are you passing it to a page script or
as part of the page's construction - meaning creating the file while
using variables?

--
Message posted viahttp://www.accessmonster.com

My only experience with this involves a web server and/or using a url
address. For instance a local file can be specified as file://c:/folder/file.
Usually data is passed between pages by using the POST or GET methods.
The get method allows you to append variables and values at the end of
the address after a question mark like such...www.url.com?
variable=value;var2=value2 - although I've not tried it on using file://
addressing. The page itself would then have to deal with getting the
variables, which past the scope of this group. As far as opening the
file from Access, the Shell() function with correctly built address
string would likely launch the web page.

Mar 17 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

23
by: John | last post by:
Last year, I remember finding a web page describing how to pass the name of a file to another web page, and have that web page load that image file. Now, I can't find my record of that (it was...
3
by: Wayne Wengert | last post by:
I have an application where a session variable is set in an ASPX page, The process calls an ASP page and when in that page the session variable appears to be null. How can I pass a session variable...
3
by: jonnyblazed | last post by:
I've searched everywhere for this but I'm not sure exactly what to search for. What I am trying to do is pass a variable to a php script via the URL. However, I don't want to use the standard...
2
by: pleaseexplaintome | last post by:
Hi I have the following perl/cgi script snippet. The goal of this script is to pass a javascript variable to perl where it can be re-used later. Any help is appreciated, Thanks ...
10
by: Robert Dailey | last post by:
Hi, I noticed in Python all function parameters seem to be passed by reference. This means that when I modify the value of a variable of a function, the value of the variable externally from the...
10
by: mike4722 | last post by:
I wish to have the form to be able to automatically select the radio button based on the logic of HTML/php variable. example show below: javascript: function autoForm(value) { var myForm =...
4
by: IRC | last post by:
hey, i am pretty new on javascript as well as PHP, Hey, anyone can you help me, how to pass the javascript array value to php page......... i want to retrieve the values which are arrayed on...
12
by: raylopez99 | last post by:
Keywords: scope resolution, passing classes between parent and child forms, parameter constructor method, normal constructor, default constructor, forward reference, sharing classes between forms....
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.