473,325 Members | 2,805 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,325 software developers and data experts.

submit event drop down list does not fire

I have two asp pages. Both have similar purposes. I am trying to get
the inline frame in both pages to update (submit) when a user clicks
on a drop-down box (I would prefer the change or after update events
but couldn't get them to work the way I wanted) This process works
for one page but not thte other I am using frontpage.

Here is the code for both:

Page 1 - doesn't work
<base target="ViewArticleSelect"> (My inline frame page)
</head>
<body>
<form method=POST action="ViewArticleSelect.asp?Submitted=True"
name="frmArticleHeader">
<p>
<select size="1" name="lstShowType" onclick="submit">
<option value="AllArticles" selected>All Articles</option>
<option value="OpenArticles">Open Articles</option>
</select></font>
<select size="1" name="sort_by" onclick="submit">
<option value="PRODUCT_NAME" selected>Product</option>
<option value="PRIORITY">Priority</option>
<option value="ARTICLE_DATE">Article Date</option>
<option value="AUTHOR_ID">Resource</option>
</select>

-----------------------------------------
Page 2 - does work

<base target="ArticleSearchSelect"> (My inline frame page)
</head>
<body>
<form method="POST" action="SearchArticleSelect.asp?Submitted=True"
name="FrontPage_Form1">
<select size="1" name="OpenType" onclick="submit">
<option value="ArticleDoc" selected>Article</option>
<option value="ArticleDetails">Article Details</option>
<option value="ArticleEdit">Edit Article</option>
</select>
<select size="1" name="SearchType" onclick="submit">
<option value="AllWords" selected>All Words</option>
<option value="AnyWord">Any Word</option>
</select>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font>

I can't seem to find anything wrong. I appreciate any help.
Jul 19 '05 #1
0 6245

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

Similar topics

3
by: Matthew Louden | last post by:
if the user select the EmployeeID in drop down list, and then click the submit button, and it will look up database and show the Employee Name in the text box, this is easy. But my case is:...
11
by: my-wings | last post by:
I think I've painted myself into a corner, and I'm hoping someone can help me out. I have a table of books (tblBooks), which includes a field (strPubName) for Publisher Name and another field...
2
by: hypomite | last post by:
I have an handler for the SelectedIndexChanged event of a dropdown box. I have also set the AutoPostBack option to True. When you select any item besides the first one, the event sucessfully fires....
7
by: Girish | last post by:
OK.. phew. Playing with data grids for the past few days has been fun and a huge learning experience.. My problem. I have a requirement to display a gird with a gird. Within the embedded grid,...
0
by: Managed Code | last post by:
Hello All, Here is my issue and thanks in advance for any assistance. I have a base page with a dropdownlist that fires an event with the selected index. The content page catches the event and...
5
by: jaysonnward | last post by:
Hello All: I've recently been recreating some 'dropdown menus' for a website I manage. I'm writing all my event handlers into my .js file. I've got the coding to work in Firefox, but the...
6
by: tbrown | last post by:
I have a combobox with items like this: {one,two,three}. The selected index is 0, so "one" appears in the combobox text. When the user drops down the list, and selects "two", for example, I...
7
controlbox
by: controlbox | last post by:
I have recently inplemented some drop-down lists (combos) on a page where one is dynamically populated according to the selection of another using the microsoft ajax extensions. I had to set...
13
by: mirandacascade | last post by:
I want to set things up such that a section of code will have been executed by the time one clicks on the drop down arrow on a combo box control. Currently, that section of code resides in the...
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
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: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
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: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
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: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
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.