I want to set a Href link so that when clicked it fires a function in another frame, but I'm having problems.
<'A 'HREF = "javscriptvoid()"
onMouseover = "img_act('butt5')"
...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10018456.html
Zones:
JavaScriptDate Answered: 07/28/1997 Rating: 8.2 Views: 0
Rather than produce one long homogenous lump of code I have followed good programming practice and split out functional areas into separate functions and procedures.
As an example I have a number ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10018863.html
Zones:
C++Date Answered: 09/10/1997 Rating: 5.2 Views: 0
Hi,
I am in dispair. I have tried to use the GetKeyboardState function but it gives
me the error 'Actual parameter not matching formal var parameter. Here is a fragment of my code:
var
KeybSt...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10030168.html
Explain the concept of Friend class & Friend Functions with an example.
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10039226.html
Zones:
C++Date Answered: 02/15/1998 Rating: 8.6 Views: 0
Is there any built in functions that can return me the number of files found (Including sub directories) when i pass in a directory path. I just want the number of files found not including the dir...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10045511.html
I have a function called ProperCase in a module. I have a form with the following fields: Name, Address1, Address2, City, ST, ZIP and Phone Number.
I would like to put the ProperCase function...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10048139.html
Zones:
MS AccessDate Answered: 05/14/1998 Rating: 7.4 Views: 0
How many Pascal Experts it will take to answer with "Homework Alert!" as their first answer?
Please, I want to learn but I do not want "Homework Alert" for an answer.
If Pascal did not contain co...
http://www.experts-exchange.com/Programming/Languages/Pascal/Q_10050310.html
Zones:
PascalDate Answered: 04/30/1998 Rating: 7.4 Views: 0
I know it is possible to declare a function pointer like:
typedef int (* fun)(int l, int r);
and use it like this:
int add (int l, int r) { return l + r; }
int minus (int l, int r) { ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10055800.html
Zones:
C++Date Answered: 06/13/1998 Rating: 7.2 Views: 0
Hi...
I have problem calling ANY function from Rasapi32.dll
in win95/98...
I'm not shure I do it right...
This can't be a problem for an expert...so
if anyone please could help me out with this one...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10064063.html
Zones:
Visual BasicDate Answered: 07/15/1998 Rating: 5.2 Views: 0
I'm trying to get 2 classes to work together. The first class is called from the main code by creating an object:
CWCA obj1(record_entry);
class CWCA
{
friend ostream& operator <<(ostream& str,...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10067261.html
Zones:
C++Date Answered: 07/27/1998 Rating: 6.4 Views: 0