Please help me writing the sql query, to return total numbers of THREADS and POSTs for each forum. I have 3 tables-
1) FORUM [ForumID,Title,Description]
2) THREADS [ThreadID,ForumID,Title,Description]
3) POSTS [PostID,ThreadID,Description,postedOn]
So you can easily identify the relationship in...
Hi,
I am working on a multilingual site, which requires us to display various languages, stored as Unicode in SQL Server 2000. We need to retrieve those stored languages an display it in browser document. I am using HTML document charset as UTF-8 for this functionality. IE 6.0 is displaying...
Hi,
As per my requirement, I want to set the flash 5.0 button caption dynamically using dynamic text. Actually I am working on a multilingual web tool. I want to change the button caption as per the language selected by the application user. I need to to pass various text strings in flash...
Yes becoz when you start TOAD, it always asks for username and password. Without proper authentication, you can not use its features, then obviously I was connected to database. Moreover in TOAD SQL* Loader wizard, there is no option for specifying username /password.
The exact message I am...
Hi,
I am facing a problem. I want to load data from text file (comma delimited) to oracle database table. I tried using SQL* loader, which requires a control file. I created a control file for the same using TOAD (SQL* Loader wizard), but to my dismay, after execution it shows an error...
Hi,
My problem is that, I want to use two different XSL files in one XML page for different tags.So that few nodes can be viewed by one XSL and others, using next XSL.
can I write following lines for implementing two different display rules in single XML...
Hi Bastien,
I have just checked your code snippet. In that code block, you have specified as
---------------------------------------------
fw_menu_1.addMenuItem(\"Download\",\"location='BastienKoertRes3.doc'\" );
---------------------------------------------
All you need...
You are right Mr. Flasher,
I have just checked your page in IE, its working fine but it wont show the same effect in NEtscape. Becoz Netscape 4 does not support the position:absolute property of Style sheet. All you need to do is to check for browser using Javascript code and if browser is...
Hey Sean,
Your problem is a simple one. All you need to do is to specify a style for your IFRAME, to prevent it from showing scrollbars.
As far as fullsize video is concerned, you can specify the video height and width to iframe height and width.
I hope it will solve your problem.
Hey ZAV,
Your problem is very simple. If you want to do it using DW, then you can do so using behaviour tab. WHen you select a behaviour, it will automatically give you onmouseover behaviour, which you need to change to onclick by clicking on it.
Alternatively, you may switch to code view...
IFrames can be places anywhere within an HTML page. As far as positioning is concerned, either you place it in a table cell or you may use a style sheet.
All you nned to do is to define IFrame withing the document and specify an inline style for positioning.
After that on any desired event you...
Yes it is very easy.[dazed]
You can always specify this within your javascript block. A typical code snippet will be like this-
<script language="javascript">
document.onClick=loadPage
function loadPage()
{
window.location.href="your desired URL";
return true;
}...
Yes it is very easy.
You can always specify this within your javascript block. A typical code snippet will be like this-
<script language="javascript">
document.onClick=loadPage
function loadPage()
{
window.location.href="your desired URL";
return true;
}
</script>...
Yes, Its very simple to do. You can do so by making your texts in Table cells as hyperlink. If you have got some images, placed in various cells, then you may simply click them and make them HOTSPOT in Dreamweaver, and you may specify the link and target of your frame.
These things are really...
Hi,
You can always display the client side message box at using serverside script. The only problem it will show is, it will first show the message bix without completely loading the page, you will be able to see your page background as white. Once you click on OK button, then it will do the...
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.